https://github.com/executablebooks/sphinx-thebe
A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder.
https://github.com/executablebooks/sphinx-thebe
jupyter python sphinx
Last synced: 9 months ago
JSON representation
A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder.
- Host: GitHub
- URL: https://github.com/executablebooks/sphinx-thebe
- Owner: executablebooks
- License: mit
- Created: 2020-06-17T02:47:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:31:37.000Z (over 1 year ago)
- Last Synced: 2025-03-09T15:46:26.773Z (11 months ago)
- Topics: jupyter, python, sphinx
- Language: Python
- Homepage: https://sphinx-thebe.readthedocs.io/en/latest/
- Size: 88.9 KB
- Stars: 29
- Watchers: 8
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sphinx-thebe
[](https://sphinx-thebe.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.org/project/sphinx-thebe)
Integrate interactive code blocks into your documentation with Thebe and Binder.
See [the sphinx-thebe documentation](https://sphinx-thebe.readthedocs.io/en/latest/) 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](https://sphinx-thebe.readthedocs.io/en/latest/) for more details!