File: jupyter-kernelspec.1

package info (click to toggle)
jupyter-client 8.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,600 kB
  • sloc: python: 9,025; makefile: 168; sh: 33
file content (52 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.2.
.TH JUPYTER-KERNELSPEC "1" "October 2015" "jupyter-kernelspec 4.0.0" "User Commands"
.SH NAME
jupyter-kernelspec \- Manage Jupyter kernelspec specifications
.SH SYNOPSIS
.B jupyter-kernelspec <command> <options>
.SH COMMANDS
.PP
\fBlist\fR
.IP
List installed kernel specifications
.PP
\fBinstall\fR
.IP
Install a kernel specification directory
.SH COMMON OPTIONS
.PP
\fB\-\-debug\fR
.IP
Set log level to logging.DEBUG (maximize logging output)
.PP
\fB\-\-log\-level=\fR<Enum> (Application.log_level)
.IP
Set the log level by value or name (default: 30) with
choices: (0, 10, 20, 30, 40, 50, 'DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL')
.PP
\fB\-\-config=\fR<Unicode> (JupyterApp.config_file)
.IP
Full path of a config file (default: u'').
.SH OPTIONS FOR LIST
.PP
\fB\-\-json\fR
.IP
Output spec name and location as machine\-readable json.
.SH OPTIONS FOR INSTALL
.PP
\fB\-\-user\fR
.IP
Install to the per\-user kernel registry
.PP
\fB\-\-replace\fR
.IP
Replace any existing kernel spec with this name.
.PP
\fB\-\-prefix=\fR<Unicode> (InstallKernelSpec.prefix)
.IP
Specify a prefix to install to, e.g. an env. The kernelspec will be
installed in PREFIX/share/jupyter/kernels/ (default: '')
.PP
\fB\-\-name=\fR<Unicode> (InstallKernelSpec.kernel_name)
.IP
Install the kernel spec with this name (default: '')