File: jupyter-kernel.1

package info (click to toggle)
jupyter-client 8.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,600 kB
  • sloc: python: 9,025; makefile: 168; sh: 33
file content (22 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH JUPYTER-KERNEL 1
.SH NAME
jupyter-kernel \- Run a kernel locally in a subprocess
.SH SYNOPSIS
.B jupyter kernel <options>
.SH DESCRIPTION
jupyter-kernel provides a wrapper to invoke computational kernels known to
jupyter.
.SH OPTIONS
.PP
\fB\-\-debug\fR
.IP
Set log level to logging.DEBUG (maximize logging output)
.PP
\fB\-\-kernel=\fRKERNEL
.IP
Name of kernel to launch (default: python3)
.PP
\fB\-\-ip=\fRIP
.IP
IP to listen on. Setting this to other than the default (localhost) will allow
clients on other hosts to connect.