Command Line Interface

export-cell-code

Take the source of all code cells, tagged with the given tag, from the given notebook and write them into a Python code file.

export-cell-code [OPTIONS] FILE

Options

-o, --out-file <out_file>

A path to the Python code file to write.

-t, --tag <tag>

A tag for the cell selection. [default: production]

Arguments

FILE

Required argument

remove-input-from-html

Remove input blocks from Jupyter notebook HTML output. The given HTML file will be changed in place.

remove-input-from-html [OPTIONS] FILE

Arguments

FILE

Required argument