Jupyter - Jupyter Cli

Notebook Components

Jupyter - Jupyter Cli

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
Jupyter - Installation

Installation of Jupyter More option (pip,...) see : ref doc Installing the Jupyter Notebook will also install the iPython kernel to work with...
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