1、打开anaconda的命令行
2、输入命令安装jupyter_contrib_nbextensionspip install jupyter_contrib_nbextensions
3、安装jupyter插件jupyter contrib nbextension install --user
4、在anaconda中启动jupyter
5、启动之后能查看到jupyter插件已经安装
6、点击Nbxtentions,取消勾选disable,并勾选Table contents of table
7、任意打开一个文件,点击工具栏的展开按钮,就能看见大纲了