Skip to content
Angus Hollands edited this page Aug 17, 2025 · 5 revisions

Welcome to the Literary wiki!

Try the quickstart tutorial

A Literary notebook is just a Jupyter (Python) notebook. Unlike regular Python modules, you can embed rich documentation, media, widgets, and even tests, all of which are hidden from the end users of the generated package.

The literary package itself is only required to assemble a collection of notebooks into an importable pure-Python package, and to maintain that abstraction whilst working with notebooks themselves.

Quickstart tutorial

Notebook Development

Development of Literate notebooks using the IPython extension.

Package Development

Building packages from a collection of Literate notebooks.

Literary Development

About Literary

Clone this wiki locally