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

toc2 not loading when notebook is large #1508

Open Xiangyu-C opened 4 years ago

Xiangyu-C commented 4 years ago

I get 404 error in the console when I open a large notebook (> 100 svg graphs) and the table of contents (toc2) just won't load.

[W 14:42:21.418 NotebookApp] 404 GET /nbextensions/widgets/notebook/js/extension.js?v=20200520083537 (::1) 13.96ms referer=http://localhost:8888/notebooks/Retrospective%20single%20column%20EDA.ipynb

I tried closing and reopening and still no toc sidebar. It works fine when the notebook is relatively small. I am wondering if this is a bug or some setting issue.

Xiangyu-C commented 4 years ago

So I changed the figure format to jpg and now it's working without a hitch. Maybe the svg format is messing things up.