Skip to content

ploomber/mkdocs-thebe

Repository files navigation

mkdocs-thebe

MkDocs plugin to turn Python code snippets into interactive examples via thebe

Installation

pip install mkdocs-thebe

Usage

# 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