GitHub - executablebooks/sphinx-thebe: A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder. (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
sphinx-thebe
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:
Then, add it to your Sphinx site's conf.py
file:
extensions = [
...
"sphinx_thebe"
...
]
See the sphinx-thebe documentation for more details!