File: jupyter-qtconsole.1

package info (click to toggle)
python-qtconsole 5.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,184 kB
  • sloc: python: 7,222; makefile: 180; sh: 36
file content (207 lines) | stat: -rw-r--r-- 5,689 bytes parent folder | download | duplicates (3)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
.TH JUPYTER-QTCONSOLE "1" "June 2016" "jupyter-qtconsole 4.2.1" "User Commands"
.SH NAME
jupyter-qtconsole \- Launch a Console-style application using Qt.
.SH DESCRIPTION
The Jupyter QtConsole.
.PP
This launches a Console\-style application using Qt.  It is not a full console,
in that launched terminal subprocesses will not be able to accept input.
.PP
Options
\fB\-\-\-\-\-\-\-\fR
.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\-\-generate\-config\fR
.IP
generate default config file
.PP
\fB\-\-debug\fR
.IP
set log level to logging.DEBUG (maximize logging output)
.PP
\fB\-\-confirm\-exit\fR
.IP
Set to display confirmation dialog on exit. You can always use 'exit' or
\&'quit', to force a direct exit without any confirmation. This can also
be set in the config file by setting
`c.JupyterConsoleApp.confirm_exit`.
.PP
\fB\-\-plain\fR
.IP
Disable rich text support.
.PP
\fB\-y\fR
.IP
Answer yes to any questions instead of prompting.
.PP
\fB\-\-banner\fR
.IP
Display a banner upon starting the QtConsole.
.PP
\fB\-\-no\-banner\fR
.IP
Don't display a banner upon starting the QtConsole.
.PP
\fB\-\-existing\fR
.IP
Connect to an existing kernel. If no argument specified, guess most recent
.PP
\fB\-\-no\-confirm\-exit\fR
.IP
Don't prompt the user when exiting. This will terminate the kernel
if it is owned by the frontend, and leave it alive if it is external.
This can also be set in the config file by setting
`c.JupyterConsoleApp.confirm_exit`.
.PP
\fB\-\-style=\fR<Unicode> (JupyterWidget.syntax_style)
.IP
Default: ''
If not empty, use this Pygments style for syntax highlighting. Otherwise,
the style sheet is queried for Pygments style information.
.PP
\fB\-\-shell=\fR<Int> (JupyterConsoleApp.shell_port)
.IP
Default: 0
set the shell (ROUTER) port [default: random]
.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
\fB\-\-kernel=\fR<Unicode> (JupyterConsoleApp.kernel_name)
.IP
Default: 'python'
The name of the default kernel to start.
.PP
\fB\-\-iopub=\fR<Int> (JupyterConsoleApp.iopub_port)
.IP
Default: 0
set the iopub (PUB) port [default: random]
.PP
\fB\-\-gui\-completion=\fR<Enum> (ConsoleWidget.gui_completion)
.IP
Default: 'ncurses'
Choices: ['plain', 'droplist', 'ncurses']
The type of completer to use. Valid values are:
\&'plain'   : Show the available completion as a text list
.IP
Below the editing area.
.IP
\&'droplist': Show the completion in a drop down list navigable
.IP
by the arrow keys, and from which you can select
completion by pressing Return.
.IP
\&'ncurses' : Show the completion as a text list which is navigable by
.IP
`tab` and arrow keys.
.PP
\fB\-\-config=\fR<Unicode> (JupyterApp.config_file)
.IP
Default: ''
Full path of a config file.
.PP
\fB\-f\fR <Unicode> (JupyterConsoleApp.connection_file)
.IP
Default: ''
JSON file in which to store connection info [default: kernel\-<pid>.json]
This file will contain the IP, ports, and authentication key needed to
connect clients to this kernel. By default, this file will be created in the
security dir of the current profile, but can be specified by absolute path.
.PP
\fB\-\-stylesheet=\fR<Unicode> (JupyterQtConsoleApp.stylesheet)
.IP
Default: ''
path to a custom CSS stylesheet
.PP
\fB\-\-hb=\fR<Int> (JupyterConsoleApp.hb_port)
.IP
Default: 0
set the heartbeat port [default: random]
.PP
\fB\-\-ssh=\fR<Unicode> (JupyterConsoleApp.sshserver)
.IP
Default: ''
The SSH server to use to connect to the kernel.
.PP
\fB\-\-editor=\fR<Unicode> (JupyterWidget.editor)
.IP
Default: ''
A command for invoking a system text editor. If the string contains a
{filename} format specifier, it will be used. Otherwise, the filename will
be appended to the end the command.
.PP
\fB\-\-stdin=\fR<Int> (JupyterConsoleApp.stdin_port)
.IP
Default: 0
set the stdin (ROUTER) port [default: random]
.PP
\fB\-\-ip=\fR<Unicode> (JupyterConsoleApp.ip)
.IP
Default: ''
Set the kernel's IP address [default localhost]. If the IP address is
something other than localhost, then Consoles on other machines will be able
to connect to the Kernel, so be careful!
.PP
\fB\-\-transport=\fR<CaselessStrEnum> (JupyterConsoleApp.transport)
.IP
Default: 'tcp'
Choices: ['tcp', 'ipc']
.PP
\fB\-\-existing=\fR<CUnicode> (JupyterConsoleApp.existing)
.IP
Default: ''
Connect to an already running kernel
.PP
\fB\-\-paging=\fR<Enum> (ConsoleWidget.paging)
.IP
Default: 'inside'
Choices: ['inside', 'hsplit', 'vsplit', 'custom', 'none']
The type of paging to use. Valid values are:
\&'inside'
.IP
The widget pages like a traditional terminal.
.IP
\&'hsplit'
.IP
When paging is requested, the widget is split horizontally. The top
pane contains the console, and the bottom pane contains the paged text.
.IP
\&'vsplit'
.IP
Similar to 'hsplit', except that a vertical splitter is used.
.IP
\&'custom'
.IP
No action is taken by the widget beyond emitting a
\&'custom_page_requested(str)' signal.
.IP
\&'none'
.IP
The text is written directly to the console.
.PP
To see all available configurables, use `\-\-help\-all`
.PP
Examples
\fB\-\-\-\-\-\-\-\-\fR
.TP
jupyter qtconsole
# start the qtconsole
.SH "SEE ALSO"
The full documentation for
.B jupyter-qtconsole
is maintained as a Texinfo manual.  If the
.B info
and
.B jupyter-qtconsole
programs are properly installed at your site, the command
.IP
.B info jupyter-qtconsole
.PP
should give you access to the complete manual.