搬砖的陈大师版权所有,转载请注明: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 ipython
pip3 install pyzmq
pip3 install jinja2
pip3 install tornado
没有pip3,请按提示安装
开炮!
jupyter notebook
设置密码:
[email protected]110:~$ jupyter notebook password
Enter 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 update
sudo apt-get install sysv-rc-conf
好难,我也不会!
搬砖的陈大师版权所有,转载请注明:http://www.lenggirl.com/tool/jupyter.html
时间: 2024-10-22 18:23:33