-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
Development of Literate notebooks using the IPython extension.
- Setting up the Environment
- Loading the IPython Extension
- Cell Exports
- Patching Classes
- Recommended Extensions
Building packages from a collection of Literate notebooks.