Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 710 Bytes

cli.md

File metadata and controls

23 lines (16 loc) · 710 Bytes

The command-line interface

Jupyter Book comes with a command-line interface that makes it easy to build your books and run a few common functions. This page contains information on what you can do with the CLI.

This page is a complete reference for the CLI. For newcomers who would like to get started with the Jupyter Book CLI, we recommend starting with

:::{note}

You may also use jb as shorthand for jupyter-book in the command-line. For example: jupyter-book build mybook/ is equivalent to jb build mybook/.

:::

See below for the full command-line reference

.. click:: jupyter_book.commands:main
   :prog: jupyter-book
   :nested: full