logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jupyter - obtain user-related paths for Jupyter

Name

       jupyter - obtain user-related paths for Jupyter

Subcommands

       To  list  the  currently available subcommands of jupyter, run jupyter--help.  If available, the manpage
       for the subcommand CMD can be found at jupyter-CMD(1).  These subcommands are provided  by  other  Debian
       packages, such as jupyter-notebook for the notebook subcommand, or jupyterlab for the lab subcommand.

jupyter 4.0.6                                    September 2015                                       JUPYTER(1)

Synopsis

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

   positionalarguments:
       subcommand
              the subcommand to launch

   optionalarguments:-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.

       --json output paths as machine-readable json

See Also