You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>IPython provides a rich architecture for interactive computing with:</p>
231
231
<ulclass="simple">
232
-
<li>Powerful interactive shells (terminal and <aclass="reference external" href="http://ipython.org/ipython-doc/stable/interactive/qtconsole.html">Qt-based</a>).</li>
233
-
<li>A browser-based <aclass="reference external" href="notebook.html">notebook</a> with support for code, rich text, mathematical
234
-
expressions, inline plots and other rich media.</li>
232
+
<li>A powerful interactive shell.</li>
233
+
<li>A kernel for <aclass="reference external" href="https://jupyter.org">Jupyter</a>.</li>
235
234
<li>Support for interactive data visualization and use of <aclass="reference external" href="http://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support">GUI toolkits</a>.</li>
236
235
<li>Flexible, <aclass="reference external" href="http://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython">embeddable</a> interpreters to load into your own projects.</li>
237
236
<li>Easy to use, high performance tools for <aclass="reference external" href="http://ipython.org/ipython-doc/stable/parallel/parallel_intro.html">parallel computing</a>.</li>
<p>While the focus of the project is Python, our architecture is designed in a
241
-
language-agnostic way to facilitate interactive computing in any language. An
242
-
interactive kernel speaks to clients such as the terminal or web notebook via a
243
-
well-specified <aclass="reference external" href="http://ipython.org/ipython-doc/stable/development/messaging.html">protocol</a>, and all features of a kernel are available to all
244
-
clients. We ship the official IPython kernel, but kernels for other languages
245
-
such as <aclass="reference external" href="https://github.com/JuliaLang/IJulia.jl">Julia</a> and <aclass="reference external" href="https://github.com/gibiansky/IHaskell">Haskell</a> are actively developed and used.
246
-
Additionally, the IPython kernel supports multi-language
247
-
integration, letting you for example mix Python code with <aclass="reference external" href="http://docs.cython.org/src/quickstart/build.html#using-the-ipython-notebook">Cython</a>, <aclass="reference external" href="http://rpy.sourceforge.net/rpy2/doc-2.4/html/interactive.html#module-rpy2.ipython.rmagic">R</a>, <aclass="reference external" href="http://nbviewer.ipython.org/github/blink1073/oct2py/blob/master/example/octavemagic_extension.ipynb">Octave</a>,
248
-
and scripting in <aclass="reference external" href="http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/IPython%20Kernel/Script%20Magics.ipynb">Bash, Perl or Ruby</a>.</p>
249
-
<p>To get started with the IPython Notebook, see our <aclass="reference external" href="http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb">official example
239
+
<p>To get started with IPython in the Jupyter Notebook, see our <aclass="reference external" href="http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb">official example
250
240
collection</a>. Our <aclass="reference external" href="https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks">notebook gallery</a> is an excellent way to see the many
251
241
things you can do with IPython while learning about a variety of topics, from
252
242
basic programming to advanced statistics or quantum mechanics.</p>
0 commit comments