jupyter / jupyter-sphinx

Sphinx extension for rendering of Jupyter interactive widgets.
https://jupyter-sphinx.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
188 stars 65 forks source link

Is it possible to disable loading the thebelab js and css if we are not using those features? #220

Open moorepants opened 1 year ago

moorepants commented 1 year ago

I don't use the thebelab in my site but the assets still load. I notice that pulling thebelab from unpkg.org often slows the loading of the website considerably. Is there a way to disable the inclusion of these assets?

moorepants commented 1 year ago

After looking at the source a bit, I'm guessing a new config value would be needed that causes all the thebe things to be skipped.