Jupyter Notebook, 以前又称为IPython notebook,是一个交互式笔记本, 支持运行40+种编程语言. 可以用来编写漂亮的交互式文档.
安装步骤:
pip install --upgrade pip //更新pip
pip install jupyter
jupyter-notebook
如果出现如下情况:
则按指示进行操作:
sudo apt install jupyter-notebook
然后再次运行jupyter-notebook
Jupyter Notebook, 以前又称为IPython notebook,是一个交互式笔记本, 支持运行40+种编程语言. 可以用来编写漂亮的交互式文档.
安装步骤:
pip install --upgrade pip //更新pip
pip install jupyter
jupyter-notebook
如果出现如下情况:
则按指示进行操作:
sudo apt install jupyter-notebook
然后再次运行jupyter-notebook
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。