Jupyter Notebook 添加目录





1. 安装 jupyter_contrib_nbextensions

pip install jupyter_contrib_nbextensions

2. 配置 nbextension
jupyter contrib nbextension install --user

3. 启动jupyter notebook
选择 Nbextensions
勾选 Table of Contents
勾选 Add a Table of Contents cell at the top of the notebook
4. 在markdown cell 中输入
# 空格 一级标题
## 空格 二级标题
5. 运行显示标题

</div>


Category spark