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-kernelspec - Manage Jupyter kernelspec specifications

Commands

list

              List installed kernel specifications

       install

              Install a kernel specification directory

Common Options

--debug

              Set log level to logging.DEBUG (maximize logging output)

       --log-level=<Enum> (Application.log_level)

              Set  the  log  level by value or name (default: 30) with choices: (0, 10, 20, 30, 40, 50, 'DEBUG',
              'INFO', 'WARN', 'ERROR', 'CRITICAL')

       --config=<Unicode> (JupyterApp.config_file)

              Full path of a config file (default: u'').

Name

       jupyter-kernelspec - Manage Jupyter kernelspec specifications

Options For Install

--user

              Install to the per-user kernel registry

       --replace

              Replace any existing kernel spec with this name.

       --prefix=<Unicode> (InstallKernelSpec.prefix)

              Specify  a  prefix  to  install  to,  e.g.  an  env.  The  kernelspec   will   be   installed   in
              PREFIX/share/jupyter/kernels/ (default: '')

       --name=<Unicode> (InstallKernelSpec.kernel_name)

              Install the kernel spec with this name (default: '')

jupyter-kernelspec 4.0.0                          October 2015                             JUPYTER-KERNELSPEC(1)

Options For List

--json

              Output spec name and location as machine-readable json.

Synopsis

jupyter-kernelspec<command><options>

See Also