Jupyter - Jupyter Cli

Notebook Components

usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir]
               [--paths] [--json]
               [subcommand]

Jupyter: Interactive Computing

positional arguments:
  subcommand     the subcommand to launch


Available subcommands: console kernelspec lab labextension labhub migrate
nbconvert nbextension notebook qtconsole run script serverextension
troubleshoot trust

Optional arg:

  • -h, –help show this help message and exit
  • –version show the jupyter command's version and exit
  • –config-dir show Jupyter config dir
  • –data-dir show Jupyter data dir
  • -runtime-dir show Jupyter runtime dir
  • –paths show all Jupyter paths. Add –json for machine-readable format.

Available subcommands:





Discover More
Notebook Components
How to install Jupyter?

This page shows you how to install Jupyter locally. To get access to Jupyter, you can use a hosting service. Example: Binder: Google:...
Notebook Components
Jupyter - Notebook Server

The notebook server, not the kernel, is responsible for saving and loading notebooks, so you can edit notebooks even if you don’t have the kernel for that language—you just won’t be able to run code....
Notebook Components
Jupyter - Version

Version of Jupyter with



Share this page:
Follow us:
Task Runner