jupyter交互式工具安装使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 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

以上是关于jupyter交互式工具安装使用的主要内容,如果未能解决你的问题,请参考以下文章

jupyter和pycharm区别

Jupyter Notebooks及其安装

anaconda安装和jupyter的使用

jupyter 交互工具---BeakerX

jupyter的交互小工具-----ipyleaflet

2Jupyter Notebook 快速入门