nbautoexport configure --help
[1m [0m
[1m [0m[1;33mUsage: [0m[1mnbautoexport configure [OPTIONS] DIRECTORY[0m[1m [0m[1m [0m
[1m [0m
Create a .nbautoexport configuration file in a directory. If nbautoexport has
been installed with the 'install' command, then Jupyter will automatically
export any notebooks on save that are in the same directory as the
.nbautoexport file.
[2mAn .nbautoexport configuration file only applies to that directory, [0m
[2mnonrecursively. You must independently configure other directories containing [0m
[2mnotebooks.[0m
[2mâ•â”€[0m[2m Arguments [0m[2m─────────────────────────────────────────────────────────────────[0m[2m─╮[0m
[2m│[0m [31m*[0m directory [1;33mDIRECTORY[0m Path to directory of notebook files to [2m│[0m
[2m│[0m configure with nbautoexport. [2m│[0m
[2m│[0m [2m[default: None] [0m [2m│[0m
[2m│[0m [2;31m[required] [0m [2m│[0m
[2m╰──────────────────────────────────────────────────────────────────────────────╯[0m
[2mâ•â”€[0m[2m Options [0m[2m───────────────────────────────────────────────────────────────────[0m[2m─╮[0m
[2m│[0m [1;36m-[0m[1;36m-export[0m[1;36m-format[0m [1;32m-f[0m [1;2;33m[[0m[1;33masciidoc[0m[1;2;33m|[0m[1;33mhtml[0m[1;2;33m|[0m[1;33mlatex[0m[1;2;33m|[0m[1;33mmar[0m File format(s) to save [2m│[0m
[2m│[0m [1;33mkdown[0m[1;2;33m|[0m[1;33mnotebook[0m[1;2;33m|[0m[1;33mpdf[0m[1;2;33m|[0m[1;33mrst[0m[1;2;33m|[0m[1;33ms[0m for each notebook. [2m│[0m
[2m│[0m [1;33mcript[0m[1;2;33m|[0m[1;33mslides[0m[1;2;33m][0m[1;33m [0m Multiple formats should [2m│[0m
[2m│[0m be provided using [2m│[0m
[2m│[0m multiple flags, e.g., '[1;32m-f[0m [2m│[0m
[2m│[0m script [1;32m-f[0m html [1;32m-f[0m [2m│[0m
[2m│[0m markdown'. [2m│[0m
[2m│[0m [2m[default: [0m [2m│[0m
[2m│[0m [2mExportFormat.script] [0m [2m│[0m
[2m│[0m [1;36m-[0m[1;36m-organize[0m[1;36m-by[0m [1;32m-b[0m [1;2;33m[[0m[1;33mnotebook[0m[1;2;33m|[0m[1;33mextension[0m[1;2;33m][0m[1;33m [0m Whether to save exported [2m│[0m
[2m│[0m file(s) in a subfolder [2m│[0m
[2m│[0m per notebook or per [2m│[0m
[2m│[0m export format. [2m│[0m
[2m│[0m [2m[default: [0m [2m│[0m
[2m│[0m [2mOrganizeBy.extension] [0m [2m│[0m
[2m│[0m [1;36m-[0m[1;36m-clean[0m[1;36m-exclude[0m [1;32m-e[0m [1;33mTEXT [0m Glob-style patterns that [2m│[0m
[2m│[0m designate files to [2m│[0m
[2m│[0m exclude from deletion [2m│[0m
[2m│[0m when running clean [2m│[0m
[2m│[0m command. [2m│[0m
[2m│[0m [1;36m-[0m[1;36m-overwrite[0m [1;32m-o[0m [1;33m [0m Overwrite existing [2m│[0m
[2m│[0m configuration, if one is [2m│[0m
[2m│[0m detected. [2m│[0m
[2m│[0m [1;36m-[0m[1;36m-verbose[0m [1;32m-v[0m [1;33mINTEGER [0m Use multiple times to set [2m│[0m
[2m│[0m verbosity/log level. [[1;32m-v[0m [2m│[0m
[2m│[0m = INFO, [1;32m-vv[0m = DEBUG] [2m│[0m
[2m│[0m [1;36m-[0m[1;36m-help[0m [1;33m [0m Show this message and [2m│[0m
[2m│[0m exit. [2m│[0m
[2m╰──────────────────────────────────────────────────────────────────────────────╯[0m