Skip to content

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

License

Notifications You must be signed in to change notification settings

mainsail-org/sphinx-thebe-test

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.8%
  • JavaScript 19.9%
  • CSS 11.8%
  • HTML 5.5%