mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-15 12:35:51 +08:00
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.
8 lines
212 B
YAML
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
|