An open API service indexing awesome lists of open source software.

https://github.com/ploomber/mkdocs-thebe


https://github.com/ploomber/mkdocs-thebe

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# mkdocs-thebe

MkDocs plugin to turn Python code snippets into interactive examples via
[thebe](https://github.com/executablebooks/thebe)

## Installation

```sh
pip install mkdocs-thebe
```

## Usage

```yaml
# in your mkdocs.yml
plugins:
- mkdocs-thebe:
# endpoint to the server that manages Python processes
baseUrl: https://endpoint.domain.io
```

```yaml
markdown_extensions:
- pymdownx.highlight:
# required!
pygments_lang_class: true
```