Skip to content
Angus Hollands edited this page Apr 21, 2021 · 4 revisions

Welcome to the Literary wiki!

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.

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