-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Milestone
Description
The Markdown format for notebooks is a great fit for READMEs on GitHub. For this usage, I would like to be able to include (selected) outputs in the Markdown file. And from time to time I would like to hide a few input cells.
Possible implementation...
- Outputs are delimited with HTML comments. Outputs are ignored when the notebook is loaded, and updated when the notebook is saved.
- Images are created in a configurable directory (say,
figureby default?), and the base name for the image is the cell name, if any. - Code cells are hidden in a HTML comment when marked as not visible by the hide input extension.
argenisleon, hatemhosny, bhugueney, corriebar, daliagachc and 22 moreemil-rb
Metadata
Metadata
Assignees
Labels
No labels