nbshow - Man Page

Show a Jupyter notebook in a terminal

Description

usage: nbshow [-h] [--version] [--config]

[--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}] [-s] [-o] [-a] [-m] [-i] [-d] [notebook ...]

Show a Jupyter notebook in terminal. By default shows all notebook fields. Limit to specific fields by passing options.

positional arguments

notebook

notebook filename(s) or - to read from stdin

options

-h,  --help

show this help message and exit

--version

show program's version number and exit

--config

list the valid config keys and their current effective values

--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}

set the log level by name.

ignorables

Set which parts of the notebook (not) to show.

-s,  --sources,  -S,  --ignore-sources

show/ignore sources.

-o,  --outputs,  -O,  --ignore-outputs

show/ignore outputs.

-a,  --attachments,  -A,  --ignore-attachments

show/ignore attachments.

-m,  --metadata,  -M,  --ignore-metadata

show/ignore metadata.

-i,  --id,  -I,  --ignore-id

show/ignore identifiers.

-d,  --details,  -D,  --ignore-details

show/ignore details not covered by other options.

Info

July 2024 nbshow 4.0.1