為Jupyter Notebook 新增目錄

禪心001發表於2019-01-18

Jupyter Notebook新增目錄


兩行命令:

conda install --yes -c conda-forget jupyter_conrib_nbextensions
jupyter nbextension enable toc2/main

當然,第一行命令也可以用pip install jupyter_contrib_nbextensions,此時需要jupyter notebook啟動一下,如下圖:
在這裡插入圖片描述
點選Nbextensions頁面,勾選Table of Contents(2)也可以,看各位的習慣了。不過Nbextensions頁面,如果是Table of Contents,此時命令列給需要更改將toc(2)/maintoc/main,即為:

conda install --yes -c conda-forget jupyter_conrib_nbextensions
jupyter nbextension enable toc/main

Ref:
1、知乎上一關於JupyterNotebook新增目錄說明

相關文章