sphinx-thebe0.3.1
sphinx-thebe0.3.1
Published
Integrate interactive code blocks into your documentation with Thebe and Binder.
pip install sphinx-thebe
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
Dependencies
- sphinx
>=4
- sphinx-thebe
[testing]; extra == 'dev'
- myst-nb
; extra == 'sphinx'
- sphinx-book-theme
; extra == 'sphinx'
- sphinx-copybutton
; extra == 'sphinx'
- sphinx-design
; extra == 'sphinx'
- beautifulsoup4
; extra == 'testing'
- matplotlib
; extra == 'testing'
- myst-nb
>=1.0.0rc0; extra == 'testing'
- pytest
; extra == 'testing'
- pytest-regressions
; extra == 'testing'
- sphinx-copybutton
; extra == 'testing'
- sphinx-design
; extra == 'testing'
sphinx-thebe
Integrate interactive code blocks into your documentation with Thebe and Binder.
See the sphinx-thebe documentation for more details!
Install
To install sphinx-thebe
first clonse and install it:
pip install sphinx-thebe
Then, add it to your Sphinx site's conf.py
file:
extensions = [
...
"sphinx_thebe"
...
]
See the sphinx-thebe documentation for more details!