/sphinx-thebelab

Interactive code cells for your Sphinx documentation powered by Thebelab and Binder

Primary LanguagePythonMIT LicenseMIT

sphinx-thebelab

Documentation PyPI

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

See the sphinx-thebelab documentation for more details!

Install

To install sphinx-thebelab first clonse and install it:

pip install sphinx-thebelab

Then, add it to your Sphinx site's conf.py file:

extensions = [
    ...
    "sphinx_thebelab"
    ...
]

See the sphinx-thebelab documentation for more details!