操作步驟
安裝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