Jupyter Notebook中自动补全代码等相关功能拓展(安装jupyter_contrib_nbextensions库)

效果展示:


安装jupyter_contrib_nbextensions库

安装该库的命令如下:

pip install jupyter_contrib_nbextensions -i https://pypi.douban.com/simple/

然后执行

jupyter contrib nbextension install --user --skip-running-check

重启jupyter notebook

安装完成后,重新启动jupyter notebook,“Nbextensions”出现在导航栏中,勾选目录。

勾选需要的功能

在原来的基础上勾选: “Table of Contents” 以及 “Hinterland”等

部分功能介绍