Skip to content

Hide inputs, include outputs in Markdown format #220

@mwouts

Description

@mwouts

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, figure by 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions