##// END OF EJS Templates
Merge pull request #8722 from lebedov/remove_kernel_opts_from_qtconsole_docs...
Thomas Kluyver -
r21603:f2d072e9 merge
parent child Browse files
Show More
@@ -8,11 +8,11 b' Using IPython for interactive work'
8 8 tutorial
9 9 magics
10 10 plotting
11 qtconsole
12 11 reference
13 12 shell
14 13 tips
15 14
16 15 .. seealso::
17 16
17 `A Qt Console for Jupyter <http://jupyter.org/qtconsole/>`__
18 18 `The Jupyter Notebook <http://jupyter-notebook.readthedocs.org/en/latest/>`__
@@ -21,7 +21,7 b' requested using, for example::'
21 21
22 22 A particularly interesting backend, provided by IPython, is the ``inline``
23 23 backend. This is available only for the Jupyter Notebook and the
24 :ref:`Jupyter QtConsole <qtconsole>`. It can be invoked as follows::
24 Jupyter QtConsole. It can be invoked as follows::
25 25
26 26 %matplotlib inline
27 27
@@ -217,9 +217,11 b' running, use the ``%connect_info`` magic to get the unique connection file,'
217 217 which will be something like ``--existing kernel-19732.json`` but with
218 218 different numbers which correspond to the Process ID of the kernel.
219 219
220 You can read more about using :ref:`ipython qtconsole <qtconsole>`, and
221 :ref:`ipython notebook <htmlnotebook>`. There is also a :ref:`message spec
222 <messaging>` which documents the protocol for communication between kernels
220 You can read more about using `ipython qtconsole
221 <http://jupyter.org/qtconsole/>`_, and
222 `ipython notebook <http://jupyter-notebook.readthedocs.org/en/latest/>`_. There
223 is also a :ref:`message spec <messaging>` which documents the protocol for
224 communication between kernels
223 225 and clients.
224 226
225 227 .. seealso::
@@ -232,7 +232,7 b' may also offer a slightly more featureful application (with menus and other GUI'
232 232 elements), but we remain committed to always shipping this easy to embed
233 233 widget.
234 234
235 See the :ref:`Qt console section <qtconsole>` of the docs for a detailed
235 See the `Jupyter Qt Console site <http://jupyter.org/qtconsole>`_ for a detailed
236 236 description of the console's features and use.
237 237
238 238
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (654 lines changed) Show them Hide them
General Comments 0
You need to be logged in to leave comments. Login now