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
原文:https://www.cnblogs.com/nima/p/11751470.html