Table of Contents
方法一:
download
mkdir toc
cd toc
如果是windows 可以自己直接web浏览器进行下载
wget https://raw.githubusercontent.com/minrk/ipython_extensions/master/nbextensions/toc.js
wget https://raw.githubusercontent.com/minrk/ipython_extensions/master/nbextensions/toc.css
install and enable
- cd .. 记得返回toc 文件目录上 然后对 toc 进行安装
如果没有jupyter-nbextension 需要进行 安装
pip install jupyter-contrib-nbextensions
jupyter-nbextension install --user toc
jupyter-nbextension enable toc/toc