notebook-toc is a Jupyter Notebook extension for generating a table of contents at the top of the current Notebook. The extension creates clickable links that scroll to the appropriate fragment when clicked.
- Run
jupyter --config-dir
to determine the location of your Jupyter Notebook configuration - Download
notebook-toc.js
and copy it to$(jupyter --config-dir)/nbextensions
. - Run
jupyter nbextension enable notebook-toc
.