首页 > 代码库 > jupyter交互式工具安装使用

jupyter交互式工具安装使用

搬砖的陈大师版权所有,转载请注明:http://www.lenggirl.com/tool/jupyter.html

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

参考:https://www.zhihu.com/question/37490497

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

安装

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

pip3 install ipythonpip3 install pyzmqpip3 install jinja2pip3 install tornado

没有pip3,请按提示安装

开炮!

jupyter notebook

技术分享

设置密码:

jinhan@jinhan-chen-110:~$ jupyter notebook passwordEnter password: Verify password: [NotebookPasswordApp] Wrote hashed password to /home/jinhan/.jupyter/jupyter_notebook_config.json

开机自动启动小工具:参考:http://blog.csdn.net/gatieme/article/details/45251389

sudo apt-get updatesudo apt-get install sysv-rc-conf

好难,我也不会!

搬砖的陈大师版权所有,转载请注明:http://www.lenggirl.com/tool/jupyter.html

jupyter交互式工具安装使用