首页 > 代码库 > 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交互式工具安装使用
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。