参考链接:https://blog.csdn.net/pursuit__/article/details/106196202
1.首先,在Anaconda Prompt 里运行:pip install jupyter_contrib_nbextensions,安装插件。
(查看:pip list)
2. 确保jupyter notebook已被关闭,在命令行运行:jupyter contrib nbextension install --user。
3.最后启动jupyter notebook,选择 Nbextensions,勾选 Table of Contents。
4.最后勾选disable。