Nbless command-line interface (CLI)¶
nbless¶
Create an executed Jupyter notebook from markdown and code files.
- param in_files
The source files used to create a Jupyter notebook file.
- param kernel
The programming language used to run the notebook.
- param out_file
The name of the output Jupyter notebook file.
nbless [OPTIONS] IN_FILES...
Options
-
-k
,
--kernel
<kernel>
¶
-
-o
,
--out_file
<out_file>
¶
Arguments
-
IN_FILES
¶
Required argument(s)
nbraze¶
Create markdown and code files from a Jupyter notebook.
- param in_file
The name of the input Jupyter notebook file.
- param extension
The extension for code files.
nbraze [OPTIONS] IN_FILE
Options
-
-e
,
--extension
<extension>
¶
Arguments
-
IN_FILE
¶
Required argument
nbdeck¶
Set up a notebook to be viewed as or converted into slides.
- param in_file
The name of the input Jupyter notebook file.
- param out_file
The name of the output Jupyter notebook file.
nbdeck [OPTIONS] IN_FILE
Options
-
-o
,
--out_file
<out_file>
¶
Arguments
-
IN_FILE
¶
Required argument
nbuild¶
Create an unexecuted Jupyter notebook from markdown and code files.
- param in_files
The source files used to create a Jupyter notebook file.
- param out_file
The name of the output Jupyter notebook file.
nbuild [OPTIONS] IN_FILES...
Options
-
-o
,
--out_file
<out_file>
¶
Arguments
-
IN_FILES
¶
Required argument(s)
nbconv¶
Convert a notebook into various formats using nbformat
exporters.
- param in_file
The name of the input Jupyter notebook file.
- param exporter
The exporter that determines the output file type.
- param out_file
The name of the output Jupyter notebook file.
- note
The exporter type must be ‘asciidoc’, ‘pdf’, ‘html’, ‘latex’, ‘markdown’, ‘python’, ‘rst’, ‘script’, or ‘slides’. All formats except ‘HTML’ require pandoc. Exporting to pdf requires latex.
nbconv [OPTIONS] IN_FILE
Options
-
-e
,
--exporter
<exporter>
¶
-
-o
,
--out_file
<out_file>
¶
Arguments
-
IN_FILE
¶
Required argument
nbexec¶
Create an executed notebook without modifying the input notebook.
- param in_file
The name of the input Jupyter notebook file.
- param kernel
The programming language used to execute the notebook.
- param out_file
The name of the output Jupyter notebook file.
nbexec [OPTIONS] IN_FILE
Options
-
-k
,
--kernel
<kernel>
¶
-
-o
,
--out_file
<out_file>
¶
Arguments
-
IN_FILE
¶
Required argument