操作步骤
安装ipython
sudo apt-get install ipython

安装ipython[notebook]
终端输入以下命令:

sudo apt-get install ipython-notebook

启动ipython[notebook]
终端输入以下命令:

ipython notebook --ip=0.0.0.0 --port=80

jupyter notebook --no-browser --ip=192.168.3.113 --port=80 --allow-root
出错

No module named notebook.notebookapp

解决办法

pip install jupyter


相关文章:

  • 2021-11-13
  • 2021-08-26
  • 2021-12-14
  • 2021-08-03
  • 2021-05-25
  • 2021-10-01
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2021-06-01
  • 2022-12-23
  • 2021-04-18
  • 2022-02-07
  • 2021-12-06
  • 2022-01-05
  • 2022-12-23
相关资源
相似解决方案