File: jupyter-notebook.1

package info (click to toggle)
jupyter-notebook 5.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,764 kB
  • sloc: python: 12,098; makefile: 269; sh: 74
file content (46 lines) | stat: -rw-r--r-- 810 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH jupyter-notebook 1

.SH NAME
.PP
jupyter-notebook \- The Jupyter HTML notebook

.SH SYNOPSIS
.PP
\fBjupyter notebook\fR [subcommand] [options]

.SH DESCRIPTION
.PP
Launches a tornado server which serves up a HTML5/Javascript notebook client.

.SH SUBCOMMANDS
.HP
list
.IP
List currently running notebook servers

.SH OPTIONS
.PP
Only a subset of options are listed here. To see the complete list, run
.B
jupyter notebook --help-all

.HP
--debug
.IP
Enable debugging output
.HP
--no-browser
.IP
Don't open the notebook in a browser after startup
.HP
--port PORT
.IP
The port the notebook server will listen on (default 8888).
.HP
--ip IP
.IP
The IP address the notebook server will listen on (default localhost).
.HP
--notebook-dir PATH
.IP
The directory the server will use as the root for notebook files.