Files
jupyter_contrib_nbextensions/nbextensions/usability/toc/toc.yaml
T
Jan Schulz 48513d6958 Add table of content notebook plugin
The ToC is mostly a direct copy from
https://github.com/minrk/ipython_extensions/ with minor edits
(filenames) and the addition of readme, icon and the yaml activations.

@minrk was fine with copying it here: https://github.com/minrk/ipython_extensions/issues/50

This script has a problem when two more occurences of the same headline
appear in the notebook (e.g. multiple "Plots" headlines in different analyis
steps). The resulting ToC will link to the same anchor and the browser will
always move to the first version of this headline. See
https://github.com/jupyter/notebook/issues/77 for more information on this
problem.
2015-09-27 18:04:24 +02:00

8 lines
212 B
YAML

Type: IPython Notebook Extension
Name: Table of Content
Description: The ToC extension displays a table of content of the notebooks markdown header
Link: readme.md
Icon: icon.png
Main: main.js
Compatibility: 4.x