MkDocs plugin to turn Python code snippets into interactive examples via thebe
pip install mkdocs-thebe
# in your mkdocs.yml
plugins:
- mkdocs-thebe:
# endpoint to the server that manages Python processes
baseUrl: https://endpoint.domain.io
markdown_extensions:
- pymdownx.highlight:
# required!
pygments_lang_class: true