- FIX: Add name to the kernelOptions #60 (@joergbrech)
Minor improvements to support up to Sphinx 6. See #57 for more details.
This is a minor patch release to fix a JSON metadata bug with myst-nb notebooks.
A minor feature addition release to add default CSS selectors for MyST-NB cells.
- ENH: Add defaults for MyST-NB #48 (@choldgraf)
Lazy load thebe javascript #41 (@choldgraf)
thebe
will now "lazily load" its javascript only when a bootstrap button is pressed, rather than loading the Javascript on each page.
This saves on bandwidth and pageload speed, since Thebe is generally not used on a page even if it could be used.
This is a minor release to conditionally load the JS on pages that have a "launch button". This will save some load time on non-interactive pages.
- Option to conditionally load on pages, see documentation for details #30 (@choldgraf)
- PIN: thebe v0.5.1 #31 (@choldgraf)
sphinx-thebe
now uses the correct and latest version of thebe, since it has been renamed fromthebelab
tothebe
.