ipython-contrib / jupyter_contrib_nbextensions

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

HTML TOC can not be loaded on another offline computer #1486

Open Youguang opened 4 years ago

Youguang commented 4 years ago

When open the exported html (--template toc2) on another computer without jupyter, it takes long time connecting to min.gitcdn.xyz, maybe trying to load elements needed by TOC, but this site is not accessible on this computer, so finally after several minutes, the html being opened without TOC.

So my question is, is it possible to embed all elements needed into the html, so that it can be correctly opened offline?