Command-line interface#

nbcheck#

Checks the run order of notebooks in the specified paths, or recursively in the current directory if no paths are specified.

Args:
paths (Tuple[str, …]): Zero or more paths to notebook files or directories.

Directories are traversed recursively. If omitted, . is used.

nbcheck [OPTIONS] [PATHS]...

Arguments

PATHS#

Optional argument(s)

enforce-notebook-run-order#

Checks the run order of notebooks in the specified paths, or recursively in the current directory if no paths are specified.

Args:
paths (Tuple[str, …]): Zero or more paths to notebook files or directories.

Directories are traversed recursively. If omitted, . is used.

enforce-notebook-run-order [OPTIONS] [PATHS]...

Arguments

PATHS#

Optional argument(s)