安装Jupyter Notebook

安装
pip3 install jupyter -i https://pypi.doubanio.com/simple
启动

jupyter notebook
安装插件
pip3 install jupyter_contrib_nbextensions -i https://pypi.doubanio.com/simple
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator -i https://pypi.doubanio.com/simple

重启
jupyter notebook

在主页会多了一栏
Nbextensions
原文地址:https://www.cnblogs.com/hkj8808/p/14771272.html