Home
About
Services
Portfolio
Events
Blog
FAQ
Contact
泽民博客
☰ Menu
Jupyter Notebook 添加目录
by 夏泽民
Nov 18, 2017
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