|
15 | 15 | ga('create', 'UA-38683231-1', 'auto'); |
16 | 16 | ga('send', 'pageview'); |
17 | 17 | </script> |
18 | | - <title>Announcements — IPython</title> |
| 18 | + <title>Jupyter and the future of IPython — IPython</title> |
19 | 19 |
|
20 | 20 | <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> |
21 | 21 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
@@ -259,6 +259,18 @@ <h4>Support IPython</h4> |
259 | 259 | project</em></a>.</p> |
260 | 260 | <p>IPython supports Python 2.7 and 3.3 or newer. Our older 1.x series supports |
261 | 261 | Python 2.6 and 3.2.</p> |
| 262 | +<div class="section" id="jupyter-and-the-future-of-ipython"> |
| 263 | +<h1>Jupyter and the future of IPython<a class="headerlink" href="#jupyter-and-the-future-of-ipython" title="Permalink to this headline">¶</a></h1> |
| 264 | +<p>IPython is a growing project, with increasingly language-agnostic components. |
| 265 | +IPython 3.0 will be the last monolithic release of IPython, |
| 266 | +containing the notebook server, qtconsole, etc. The language-agnostic parts of the project: |
| 267 | +the notebook format, message protocol, qtconsole, notebook web application, etc. |
| 268 | +will move to new projects under the name <a class="reference external" href="https://jupyter.org">Jupyter</a>. |
| 269 | +IPython itself will return to being focused on interactive Python, |
| 270 | +part of which will be providing a Python kernel for Jupyter. |
| 271 | +IPython 3.0 contains some indications of the project transition, |
| 272 | +including the logo in the notebook web UI being that of Jupyter.</p> |
| 273 | +</div> |
262 | 274 | <div class="section" id="announcements"> |
263 | 275 | <h1>Announcements<a class="headerlink" href="#announcements" title="Permalink to this headline">¶</a></h1> |
264 | 276 | <ul class="simple"> |
|
0 commit comments