ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 806 forks source link

Support non-live notebook such as nbconvert output #1535

Closed cailiang9 closed 3 years ago

cailiang9 commented 3 years ago

For long notebook snapshots, we need toc as a quick navigation. a simple way is to render with toc2 as a nbconvert template. but when open the rendered html with browsers, we found some js errors because toc2 does not support non-live notebook. this PR fixes the errors and supports non-live notebook.

juhasch commented 3 years ago

Thank you