jellycell.export

Export jellycell notebooks + manifests to other formats (spec §2.6).

Supported formats:

  • .ipynb via :mod:jellycell.export.ipynb — Jupyter Notebook with cached outputs reattached.

  • MyST markdown via :mod:jellycell.export.myst — full notebook with every cell’s outputs inline.

  • Tearsheet markdown via :mod:jellycell.export.tearsheet — a curated view intended for manuscripts/: markdown narration + inlined figures

    • JSON summaries, no code source dumps.

Submodules