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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.2.
.TH JUPYTER "1" "September 2015" "jupyter 4.0.6" "User Commands"
.SH NAME
jupyter \- obtain user-related paths for Jupyter
.SH SYNOPSIS
.B jupyter
[\-h]
[\-\-version]
[\-\-config\-dir]
[\-\-data\-dir]
[\-\-runtime\-dir]
[\-\-paths]
[\-\-json]
[subcommand]
.PP
.SS "positional arguments:"
.TP
subcommand
the subcommand to launch
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-version\fR
show the jupyter command's version and exit
.TP
\fB\-\-config\-dir\fR
show Jupyter config dir
.TP
\fB\-\-data\-dir\fR
show Jupyter data dir
.TP
\fB\-\-runtime\-dir\fR
show Jupyter runtime dir
.TP
\fB\-\-paths\fR
show all Jupyter paths. Add \fB\-\-json\fR for machine\-readable
format.
.TP
\fB\-\-json\fR
output paths as machine\-readable json
.PP
Available subcommands: migrate troubleshoot
|