Skip to content

Commit 01b04cd

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Wednesday, 18. February 2015 11:09PM
1 parent 4b4d0b2 commit 01b04cd

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

_sources/index.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,23 @@ project <citing>`.
6666
IPython supports Python 2.7 and 3.3 or newer. Our older 1.x series supports
6767
Python 2.6 and 3.2.
6868

69+
70+
Jupyter and the future of IPython
71+
=================================
72+
73+
IPython is a growing project, with increasingly language-agnostic components.
74+
IPython 3.0 will be the last monolithic release of IPython,
75+
containing the notebook server, qtconsole, etc. The language-agnostic parts of the project:
76+
the notebook format, message protocol, qtconsole, notebook web application, etc.
77+
will move to new projects under the name Jupyter_.
78+
IPython itself will return to being focused on interactive Python,
79+
part of which will be providing a Python kernel for Jupyter.
80+
IPython 3.0 contains some indications of the project transition,
81+
including the logo in the notebook web UI being that of Jupyter.
82+
83+
.. _Jupyter: https://jupyter.org
84+
85+
6986
Announcements
7087
=============
7188

citing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<link rel="shortcut icon" href="_static/favicon.ico"/>
3737
<link rel="top" title="IPython" href="index.html" />
3838
<link rel="next" title="Documentation" href="documentation.html" />
39-
<link rel="prev" title="Announcements" href="index.html" />
39+
<link rel="prev" title="Jupyter and the future of IPython" href="index.html" />
4040
</head>
4141
<body>
4242
<div class="header-wrapper">

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ga('create', 'UA-38683231-1', 'auto');
1616
ga('send', 'pageview');
1717
</script>
18-
<title>Announcements &mdash; IPython</title>
18+
<title>Jupyter and the future of IPython &mdash; IPython</title>
1919

2020
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2121
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -259,6 +259,18 @@ <h4>Support IPython</h4>
259259
project</em></a>.</p>
260260
<p>IPython supports Python 2.7 and 3.3 or newer. Our older 1.x series supports
261261
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>
262274
<div class="section" id="announcements">
263275
<h1>Announcements<a class="headerlink" href="#announcements" title="Permalink to this headline"></a></h1>
264276
<ul class="simple">

objects.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)