Nbless command-line interface (CLI)

nbless

Create an executed Jupyter notebook from markdown and code files.

nbless [OPTIONS] IN_FILES...

Options

-o, --out_file <out>

Arguments

IN_FILES

Required argument(s)

nbuild

Create an unexecuted Jupyter notebook from markdown and code files.

nbuild [OPTIONS] IN_FILES...

Options

-o, --out_file <out>

Arguments

IN_FILES

Required argument(s)

nbconv

Convert a notebook into various formats using nbformat exporters.

nbconv [OPTIONS] IN_FILE

Options

-e, --exporter <exporter>
-o, --out_file <out>

Arguments

IN_FILE

Required argument

nbexec

Create an executed notebook without modifying the input notebook.

nbexec [OPTIONS] IN_FILE

Options

-k, --kernel <kernel>
-o, --out_file <out_file>

Arguments

IN_FILE

Required argument