##// END OF EJS Templates
use `ipython qtconsole` instead of `ipython-qtconsole` in qt doc
MinRK -
Show More
@@ -116,7 +116,7 b' if unspecified, will be guessed based on the chosen style. Similarly, there are '
116 styles associated with each ``colors`` option.
116 styles associated with each ``colors`` option.
117
117
118
118
119 Screenshot of ``ipython-qtconsole colors=linux``, which uses the 'monokai' theme by
119 Screenshot of ``ipython qtconsole colors=linux``, which uses the 'monokai' theme by
120 default:
120 default:
121
121
122 .. image:: figs/colors_dark.png
122 .. image:: figs/colors_dark.png
@@ -124,7 +124,7 b' default:'
124
124
125 .. Note::
125 .. Note::
126
126
127 Calling ``ipython-qtconsole -h`` will show all the style names that pygments can find
127 Calling ``ipython qtconsole -h`` will show all the style names that pygments can find
128 on your system.
128 on your system.
129
129
130 You can also pass the filename of a custom CSS stylesheet, if you want to do your own
130 You can also pass the filename of a custom CSS stylesheet, if you want to do your own
@@ -147,7 +147,7 b' Fonts'
147 The QtConsole has configurable via the ConsoleWidget. To change these, set the ``font_family``
147 The QtConsole has configurable via the ConsoleWidget. To change these, set the ``font_family``
148 or ``font_size`` traits of the ConsoleWidget. For instance, to use 9pt Anonymous Pro::
148 or ``font_size`` traits of the ConsoleWidget. For instance, to use 9pt Anonymous Pro::
149
149
150 $> ipython-qtconsole ConsoleWidget.font_family="Anonymous Pro" ConsoleWidget.font_size=9
150 $> ipython qtconsole ConsoleWidget.font_family="Anonymous Pro" ConsoleWidget.font_size=9
151
151
152 Process Management
152 Process Management
153 ==================
153 ==================
@@ -164,7 +164,7 b' Multiple Consoles'
164
164
165 Since the Kernel listens on the network, multiple frontends can connect to it. These
165 Since the Kernel listens on the network, multiple frontends can connect to it. These
166 do not have to all be qt frontends - any IPython frontend can connect and run code.
166 do not have to all be qt frontends - any IPython frontend can connect and run code.
167 When you start ipython-qtconsole, there will be an output line, like::
167 When you start ipython qtconsole, there will be an output line, like::
168
168
169 To connect another client to this kernel, use:
169 To connect another client to this kernel, use:
170 --external shell=62109 iopub=62110 stdin=62111 hb=62112
170 --external shell=62109 iopub=62110 stdin=62111 hb=62112
@@ -178,7 +178,7 b' By default (for security reasons), the kernel only listens on localhost, so you '
178 connect multiple frontends to the kernel from your local machine. You can specify to
178 connect multiple frontends to the kernel from your local machine. You can specify to
179 listen on an external interface by specifying the ``ip`` argument::
179 listen on an external interface by specifying the ``ip`` argument::
180
180
181 $> ipython-qtconsole ip=192.168.1.123
181 $> ipython qtconsole ip=192.168.1.123
182
182
183 If you specify the ip as 0.0.0.0, that refers to all interfaces, so any computer that can
183 If you specify the ip as 0.0.0.0, that refers to all interfaces, so any computer that can
184 see yours can connect to the kernel.
184 see yours can connect to the kernel.
General Comments 0
You need to be logged in to leave comments. Login now