Project: sphinx-thebe

Integrate interactive code blocks into your documentation with Thebe and Binder.

Project Details

Latest version
0.3.0
Home Page
PyPI Page
https://pypi.org/project/sphinx-thebe/

Project Popularity

PageRank
0.002491886893886212
Number of downloads
85764

sphinx-thebe

Documentation PyPI

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!