table of contents jupyter notebook code example
Example 1: table of contents jupyter notebook
You can add a TOC manually with Markdown and HTML. Here's how I have been adding:
Create TOC at top of Jupyter Notebook:
## TOC:
* [First Bullet Header](#first-bullet)
* [Second Bullet Header](#second-bullet)
Add html anchors throughout body:
## First Bullet Header
code blocks...
## Second Bullet Header
code blocks...
Example 2: jupyter notebook tables
first
second
first
second