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