-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
195 lines (173 loc) · 11.3 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Jupyter and the future of IPython — IPython</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/agogo.css?v=9d7b1825" />
<link rel="stylesheet" href="_static/ipython.css" type="text/css" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Books And Videos" href="books.html" />
</head><body>
<div class="header-wrapper">
<div class="header">
<div class="logo"><a href="#">
<img class="logo" src="_static/IPy_header.png" alt="Logo"/>
</a></div>
<div class="rel">
<a href="https://jupyter.readthedocs.io/en/latest/install.html" target="_blank">Install</a> ·
<a href="documentation.html">Documentation</a> ·
<a href="project.html">Project</a> ·
<a href="https://jupyter.org/" target="_blank">Jupyter</a> ·
<a href="news.html">News</a> ·
<a href="citing.html">Cite</a> ·
<a href="donate.html">Donate</a> ·
<a href="books.html">Books</a>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<div class="sidebarblock">
<h3>Notebook Viewer</h3>
Share your notebooks
<div class="nbviewer-thm-random">
<script src="_static/nbviewer_thm.js"></script>
<script type="text/javascript">
nbviewer_random_thumbnail();
</script>
</div>
</div>
<div class="sidebarblock">
<h3>Community</h3>
<ul class="simple">
<li><a class="reference external" href="http://stackoverflow.com/questions/tagged/ipython">
Stack Overflow</a></li>
<li><a class="reference external" href="https://github.com/ipython/ipython/issues">
File a bug</a></li>
<li><a class="reference external" href="http://www.reddit.com/r/IPython">
Reddit</a></li>
</ul>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<p>IPython provides a rich architecture for interactive computing with:</p>
<ul class="simple">
<li><p>A powerful interactive shell.</p></li>
<li><p>A kernel for <a class="reference external" href="https://jupyter.org">Jupyter</a>.</p></li>
<li><p>Support for interactive data visualization and use of <a class="reference external" href="https://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support">GUI toolkits</a>.</p></li>
<li><p>Flexible, <a class="reference external" href="https://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython">embeddable</a> interpreters to load into your own projects.</p></li>
<li><p>Easy to use, high performance tools for <a class="reference external" href="https://ipyparallel.readthedocs.io/en/latest/">parallel computing</a>.</p></li>
</ul>
<a class="reference external image-reference" href="_static/ipy_0.13.png"><img alt="IPython clients" src="_images/ipy_0.13.png" style="width: 400px;" /></a>
<p>To get started with IPython in the Jupyter Notebook, see our <a class="reference external" href="https://nbviewer.org/github/ipython/ipython/blob/6.x/examples/IPython%20Kernel/Index.ipynb">official example
collection</a>. Our <a class="reference external" href="https://github.com/jupyter/jupyter/wiki">notebook gallery</a> is an excellent way to see the many
things you can do with IPython while learning about a variety of topics, from
basic programming to advanced statistics or quantum mechanics.</p>
<p>To learn more about IPython, you can download our <a class="reference internal" href="presentation.html"><span class="doc">talks and presentations</span></a>, or read
our <a class="reference external" href="documentation.html">extensive documentation</a>. IPython is open source
(BSD license), and is used by a range of <a class="reference external" href="https://github.com/ipython/ipython/wiki/Projects-using-IPython">other projects</a>; add your project to that
list if it uses IPython as a library, and please don’t forget to <a class="reference internal" href="#citing"><span class="std std-ref">cite the
project</span></a>.</p>
<p>IPython supports Python 2.7 and 3.3 or newer. Our older 1.x series supports
Python 2.6 and 3.2.</p>
<section id="jupyter-and-the-future-of-ipython">
<h1>Jupyter and the future of IPython<a class="headerlink" href="#jupyter-and-the-future-of-ipython" title="Link to this heading">¶</a></h1>
<p>IPython is a growing project, with increasingly language-agnostic components.
IPython 3.x was the last monolithic release of IPython,
containing the notebook server, qtconsole, etc.
As of IPython 4.0, the language-agnostic parts of the project:
the notebook format, message protocol, qtconsole, notebook web application, etc.
have moved to new projects under the name <a class="reference external" href="https://jupyter.org">Jupyter</a>.
IPython itself is focused on interactive Python,
part of which is providing a Python kernel for Jupyter.</p>
</section>
<section id="announcements">
<h1>Announcements<a class="headerlink" href="#announcements" title="Link to this heading">¶</a></h1>
<p>IPython tends to be released on the last Friday of each month, this section updated rarely. Please have a look at the release history on <a class="reference external" href="https://pypi.org/project/ipython/#history">PyPI</a>.</p>
<ul class="simple">
<li><p><strong>IPython 7.12.0</strong>: Released on Jan 31st 2020.</p></li>
<li><p><strong>IPython 7.11.0 and 7.11.1</strong>: Released on Dec 27, 2019 and Jan 1st 2020</p></li>
<li><p><strong>IPython 7.10.0 and 7.10.1</strong>: Released on Nov 27, 2019 and Dec 1st 2019</p></li>
<li><p><strong>IPython 7.9.0</strong>: Released on Oct 25, 2019</p></li>
<li><p><strong>IPython 7.8.0</strong>: Released on Aug 30, 2019</p></li>
<li><p><strong>IPython 7.7.0</strong>: Released on Jul 26, 2019</p></li>
<li><p><strong>IPython 7.6.0 and 7.6.1</strong>: Released on June 28th, and July 3rd 2019.</p></li>
<li><p><strong>IPython 7.5</strong>: fixes to issues brought by 7.4, documentation changes and other minor updates (April 25, 2019)</p></li>
<li><p><strong>IPython 7.4</strong>: improvements to the completion system and miscellaneous fixes (March 21, 2019)</p></li>
<li><p><strong>IPython 7.3</strong>: several bugfixes, minor improvements and Python 3.8 support (February 18, 2019)</p></li>
<li><p><strong>IPython 7.2</strong>: minor bugfixes, improvements, and new configuration options
(November 29, 2018)</p></li>
<li><p><strong>IPython 7.1</strong>: fixes to new features, internal refactoring,
and fixes for regressions (October 27, 2018)</p></li>
<li><p><strong>IPython 7.0</strong>: major new features (September 27th, 2018).
See the <a class="reference external" href="http://ipython.readthedocs.io/en/stable/whatsnew/version7.html">release notes</a>
for more information about what’s new.</p></li>
<li><p><strong>IPython 6.5</strong>: minor bugfixes and Python 3.7 compatibility (July 28, 2018)</p></li>
<li><p><strong>IPython 5.8</strong>: minor bugfixes (July 28, 2018)</p></li>
<li><p><strong>IPython 6.4</strong> and <strong>IPython 5.7</strong>: minor bugfixes (May 10, 2018)</p></li>
<li><p><strong>IPython 6.3</strong> and <strong>IPython 5.6</strong>: new features and bugfixes
(April 2, 2018)</p></li>
<li><p><strong>IPython 6.0</strong>: This release, the first to require Python 3, integrates the
Jedi library for completion. See the <a class="reference external" href="http://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-0">release notes</a>
for more information about what’s new.</p></li>
<li><p><strong>JupyterCon 2017</strong>: The first Jupyter Community Conference will take place
in New York City on August 23-25 2017, along with a satellite training
program on August 22-23. The Project Jupyter team has partnered with O’Reilly
Media for this event; for more details, including submitting a talk, <a class="reference external" href="http://jupytercon.com">see the
JupyterCon website</a>.</p></li>
<li><p><strong>IPython 5.0</strong>: The release of IPython 5.0 brings a major revision of the
terminal interface, including syntax highlighting as you type and better
multiline editing, thanks to the <code class="docutils literal notranslate"><span class="pre">prompt_toolkit</span></code> library. See the
<a class="reference external" href="http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-0">release notes</a>
for more about the new features.</p></li>
<li><p><strong>Book</strong>: Cyrille Rossant has published the second edition of the IPython minibook:
<a class="reference external" href="books.html">Learning IPython for Interactive Computing and Data Visualization</a>,
for which <a class="reference external" href="https://github.com/damianavila">Damian Avila</a> was a technical
reviewer. We thank Packt Publishing for donating a portion of the proceeds
from this book to support IPython’s development.</p></li>
<li><p><strong>O’Reilly Book</strong>: <a class="reference external" href="http://MiningTheSocialWeb.com">Mining the Social Web</a>
is an open source data science project and <a class="reference external" href="http://amzn.to/GPd59m">book</a>
that features nearly 130 examples with IPython Notebook and a
Vagrant-powered virtual machine environment. You can preview all of the
example notebooks from its GitHub <a class="reference external" href="http://bit.ly/MiningTheSocialWeb2E">repository</a> on IPython’s Notebook Viewer <a class="reference external" href="http://nbviewer.ipython.org/github/ptwobrussell/Mining-the-Social-Web-2nd-Edition/tree/master/ipynb/">here</a>.</p></li>
</ul>
<p><a class="reference external" href="news.html">More news…</a></p>
</section>
<section id="citing-ipython">
<span id="citing"></span><h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Link to this heading">¶</a></h1>
<p>Several of the authors of IPython are connected with academic and scientific
research, so it is important for us to be able to show the impact of our work
in other projects and fields.</p>
<p>If IPython contributes to a project that leads to a scientific publication,
please acknowledge this fact by citing the project. You can use this
<a class="reference external" href="citing.html">ready-made citation entry</a>.</p>
<div class="toctree-wrapper compound">
</div>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer-wrapper">
<div class="footer" role="contentinfo">
© Copyright the IPython development team. Python is trademark of the Python Software Foundation.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>
</div>
</body>
</html>