Skip to content
Christian Brodbeck edited this page Jul 10, 2021 · 1 revision

Eelbrain examples are rendered with Sphinx-Gallery.

For modifying or creating examples it is more convenient to work with Jupyter notebooks. Jupytext can be used to convert notebooks to/from the sphinx-gallery format:

$ jupytext --to py:sphinx example.ipynb
$ jupytext --from py:sphinx --to ipynb example.py