executablebooks / thebe

Turn static HTML pages into live documents with Jupyter kernels.
https://thebe.readthedocs.io
BSD 3-Clause "New" or "Revised" License
386 stars 68 forks source link

Add selective loading to ThebeBundleLoader #717

Open stevejpurves opened 7 months ago

stevejpurves commented 7 months ago

Loading of bundle assets at appropriate times is important for downstream apps.

Currently, loading of thebe-lite can be skipped but there is no way to use the bundle loader to load lite at a later time, allow loading to be deferred until it is needed.