Command-Line Interface (CLI)

This page describes the basics of using Pretty Jupyter from command-line.

The basic use of Pretty Jupyter is by invoking the following command:

Basic command
jupyter nbconvert --to html --template pj /path/to/ipynb/file

This exports the notebook file into the html located in the same directory.

Check out CLI Options for more information about its settings.