Jupyter交互式工具安装使用

Jupyter交互式工具安装使用

Jupyter Notebook(此前被称为IPython notebook)是一个交互式笔记本,支持运行 40 多种编程语言。

文档:https://jupyter-notebook.readthedocs.io

安装

Ubuntu16.04按顺序安装,必须python3.5以上版本

pip3 install ipython
pip3 install pyzmq
pip3 install jinja2
pip3 install tornado

然后:

jupyter notebook

设置密码:

jupyter notebook password

猜你喜欢

转载自www.cnblogs.com/nima/p/11751470.html