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
Copy file name to clipboardExpand all lines: _sources/index.txt
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Jupyter and the future of IPython
71
71
=================================
72
72
73
73
IPython is a growing project, with increasingly language-agnostic components.
74
-
IPython 3.0 will be the last monolithic release of IPython,
74
+
IPython 3.x will be the last monolithic release of IPython,
75
75
containing the notebook server, qtconsole, etc. The language-agnostic parts of the project:
76
76
the notebook format, message protocol, qtconsole, notebook web application, etc.
77
77
will move to new projects under the name Jupyter_.
@@ -86,16 +86,14 @@ including the logo in the notebook web UI being that of Jupyter.
86
86
Announcements
87
87
=============
88
88
89
-
- **Book**: Cyrille Rossant has published the `IPython Interactive Computing and Visualization Cookbook <books.html>`_, an advanced-level guide to IPython for data science, and the sequel of his previous book on IPython. We thank Packt Publishing for donating a portion of the proceeds from this book to support IPython's development.
90
-
91
-
- **IPython 2.4**: A bugfix and minor feature release for IPython 2.x, released
92
-
30th January 2015.
93
-
94
-
- **IPython 2.0**: We are proud to announce the availability of IPython 2.0,
95
-
a major new release including HTML widgets and multi-directory navigation.
89
+
- **IPython 3.0**: We are pleased to announce the availability of IPython 3.0,
90
+
a major new release featuring integrated support for multiple languages, along
91
+
with lots of smaller new features and bugfixes.
96
92
`Install <install.html>`__ it now, or read about the changes in
- **Book**: Cyrille Rossant has published the `IPython Interactive Computing and Visualization Cookbook <books.html>`_, an advanced-level guide to IPython for data science, and the sequel of his previous book on IPython. We thank Packt Publishing for donating a portion of the proceeds from this book to support IPython's development.
99
97
100
98
- **O'Reilly Book**: `Mining the Social Web <http://MiningTheSocialWeb.com>`_
101
99
is an open source data science project and `book <http://amzn.to/GPd59m>`_
<h1>Jupyter and the future of IPython<aclass="headerlink" href="#jupyter-and-the-future-of-ipython" title="Permalink to this headline">¶</a></h1>
264
264
<p>IPython is a growing project, with increasingly language-agnostic components.
265
-
IPython 3.0 will be the last monolithic release of IPython,
265
+
IPython 3.x will be the last monolithic release of IPython,
266
266
containing the notebook server, qtconsole, etc. The language-agnostic parts of the project:
267
267
the notebook format, message protocol, qtconsole, notebook web application, etc.
268
268
will move to new projects under the name <aclass="reference external" href="https://jupyter.org">Jupyter</a>.
@@ -274,13 +274,12 @@ <h1>Jupyter and the future of IPython<a class="headerlink" href="#jupyter-and-th
274
274
<divclass="section" id="announcements">
275
275
<h1>Announcements<aclass="headerlink" href="#announcements" title="Permalink to this headline">¶</a></h1>
276
276
<ulclass="simple">
277
-
<li><strong>Book</strong>: Cyrille Rossant has published the <aclass="reference external" href="books.html">IPython Interactive Computing and Visualization Cookbook</a>, an advanced-level guide to IPython for data science, and the sequel of his previous book on IPython. We thank Packt Publishing for donating a portion of the proceeds from this book to support IPython’s development.</li>
278
-
<li><strong>IPython 2.4</strong>: A bugfix and minor feature release for IPython 2.x, released
279
-
30th January 2015.</li>
280
-
<li><strong>IPython 2.0</strong>: We are proud to announce the availability of IPython 2.0,
281
-
a major new release including HTML widgets and multi-directory navigation.
277
+
<li><strong>IPython 3.0</strong>: We are pleased to announce the availability of IPython 3.0,
278
+
a major new release featuring integrated support for multiple languages, along
279
+
with lots of smaller new features and bugfixes.
282
280
<aclass="reference external" href="install.html">Install</a> it now, or read about the changes in
283
-
the <aclass="reference external" href="http://ipython.org/ipython-doc/2/whatsnew/version2.0.html">release notes</a>.</li>
281
+
the <aclass="reference external" href="http://ipython.org/ipython-doc/3/whatsnew/version3.html">release notes</a>.</li>
282
+
<li><strong>Book</strong>: Cyrille Rossant has published the <aclass="reference external" href="books.html">IPython Interactive Computing and Visualization Cookbook</a>, an advanced-level guide to IPython for data science, and the sequel of his previous book on IPython. We thank Packt Publishing for donating a portion of the proceeds from this book to support IPython’s development.</li>
284
283
<li><strong>O’Reilly Book</strong>: <aclass="reference external" href="http://MiningTheSocialWeb.com">Mining the Social Web</a>
285
284
is an open source data science project and <aclass="reference external" href="http://amzn.to/GPd59m">book</a>
286
285
that features nearly 130 examples with IPython Notebook and a
0 commit comments