安装Jupyter Notebook

1、安装Ipython

pip3 install -i https://pypi.douban.com/simple ipython

2、安装jupyter

pip3 install -i https://pypi.douban.com/simple jupyter

3、运行jupyter

jupyter notebook
原文地址:https://www.cnblogs.com/wt7018/p/11773670.html