executablebooks / sphinx-thebe

A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder.

Home Page:https://sphinx-thebe.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder.

https://sphinx-thebe.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 62.4%Language:JavaScript 20.1%Language:CSS 10.9%Language:HTML 6.6%