如何为anaconda中的jupyter的markdown添加大纲
1、打开anaconda的命令行

2、输入命令安装jupyter_contrib_nbextensions
pip install jupyter_contrib_nbextensions

3、安装jupyter插件
jupyter contrib nbextension install --user

4、在anaconda中启动jupyter

5、启动之后能查看到jupyter插件已经安装

6、点击Nbxtentions,取消勾选disable,并勾选Table contents of table

7、任意打开一个文件,点击工具栏的展开按钮,就能看见大纲了

阅读量:38
阅读量:121
阅读量:187
阅读量:101
阅读量:20