File: jupyter-migrate.1

package info (click to toggle)
jupyter-core 4.7.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 612 kB
  • sloc: python: 1,606; makefile: 167; sh: 77; javascript: 1
file content (50 lines) | stat: -rw-r--r-- 1,391 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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.2.
.TH JUPYTER-MIGRATE "1" "September 2015" "jupyter-migrate" "User Commands"
.SH NAME
jupyter-migrate \- Migrate configuration and data from IPython prior to 4.0 to Jupyter locations.
.SH DESCRIPTION
This migrates:
.PP
.IP "\(bu" 4
config files in the default profile
.IP "\(bu" 4
kernels in ~/.ipython/kernels
.IP "\(bu" 4
notebook javascript extensions in ~/.ipython/extensions
.IP "\(bu" 4
custom.js/css to \&.jupyter/custom
.PP
to their new Jupyter locations.
.PP
All files are copied, not moved. If the destinations already exist, nothing will
be done.
.SH OPTIONS
.PP
Arguments that take values are actually convenience aliases to full
Configurables, whose aliases are listed on the help line. For more information
on full configurables, see '\-\-help\-all'.
.PP
\fB\-\-debug\fR
.IP
set log level to logging.DEBUG (maximize logging output)
.PP
\fB\-y\fR
.IP
Answer yes to any questions instead of prompting.
.PP
\fB\-\-generate\-config\fR
.IP
generate default config file
.PP
\fB\-\-config=\fR<Unicode> (JupyterApp.config_file)
.IP
Default: u''
Full path of a config file.
.PP
\fB\-\-log\-level=\fR<Enum> (Application.log_level)
.IP
Default: 30
Choices: (0, 10, 20, 30, 40, 50, 'DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL')
Set the log level by value or name.
.PP
To see all available configurables, use `\-\-help\-all`