Jupyter NBextensions 插件

插件安装

1
2
3
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator -i

以上三步结束,重新启动 jupyter notebook 即可搞定,出现以下表示安装完毕。

img