executablebooks / sphinx-thebe

A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder.
https://sphinx-thebe.readthedocs.io/en/latest/
MIT License
28 stars 15 forks source link

Update `thebe` version #32

Closed choldgraf closed 2 years ago

choldgraf commented 3 years ago

Description / Summary

In https://github.com/executablebooks/sphinx-thebe/pull/31 we pinned thebe to an older version that did not introduce clashes with the CSS that's loaded on the page. When that issue is resolved, we should bump to the latest version of thebe.

Value / benefit

Mostly performance and stability improvements - for example, as reported in https://github.com/executablebooks/jupyter-book/issues/1400

Implementation details

No response

Tasks to complete