Ubuntu 安装ipython
生活随笔
收集整理的這篇文章主要介紹了
Ubuntu 安装ipython
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
操作步驟
安裝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
轉載于:https://www.cnblogs.com/icemonkey/p/10479863.html
總結
以上是生活随笔為你收集整理的Ubuntu 安装ipython的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: django第三天(路由基础和路由分配)
- 下一篇: 572. Subtree of Anot