Changelog#

v0.2.1 - 2023-01-27#

  • FIX: Add name to the kernelOptions #60 (@joergbrech)

v0.2.0 - 2023-01-05#

Minor improvements to support up to Sphinx 6. See https://github.com/executablebooks/sphinx-thebe/pull/57 for more details.

v0.1.2 - 2022-04-29#

This is a minor patch release to fix a JSON metadata bug with myst-nb notebooks.

v0.1.1 - 2022-02-06#

A minor feature addition release to add default CSS selectors for MyST-NB cells.

(full changelog)

v0.1.0 - 2022-02-05#

(full changelog)

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.

v0.0.10 - 2021-08-24#

(full changelog)

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.

Enhancements made#

Other merged PRs#

v0.0.9 - 2021-08-21#

Updates#

  • sphinx-thebe now uses the correct and latest version of thebe, since it has been renamed from thebelab to thebe.