This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Description
IPython notebooks look like a great approach for combining the outermost layer of computation with a presentation of the methods and results.
Implementation outline:
- Make a new top-level group "notebooks" for notebook files.
- Add a new subcommand to
aptool that starts an IPython notebook server.
- The notebook server runs a kernel that has access to the ActivePaper's code.
Disadvantage: a big dependency with non-trivial installation. Precautions should be taken to make the resulting ActivePapers useable without IPython, e.g. by storing a static HTML view of the notebooks along with the original files.