Support IPython
Books And Videos¶
+Books And Videos¶
IPython Interactive Computing and Visualization Cookbook, Second Edition¶
+IPython Interactive Computing and Visualization Cookbook, Second Edition¶

IPython Interactive Computing and Visualization Cookbook, Second Edition
@@ -223,7 +96,7 @@
IPython Interactive Computing and Visualization Cookbook, Second EditionThe first part of the book covers programming techniques: code quality and reproducibility, code optimization, high-performance computing through just-in-time compilation, parallel computing, and graphics card programming. The second part tackles data science, statistics, machine learning, signal and image processing, dynamical systems, and pure and applied mathematics.
Jupyter for Data Science¶
+Jupyter for Data Science¶

- @@ -247,7 +120,7 @@
- @@ -260,7 +133,7 @@
- @@ -284,7 +157,7 @@
- @@ -308,7 +181,7 @@
- @@ -333,7 +206,7 @@
Jupyter for Data Science
-Jupyter In Depth¶
+Jupyter In Depth¶
Jupyter In Depth
-Jupyter Notebook for All - Part II [Video]¶
+Jupyter Notebook for All - Part II [Video]¶
Jupyter Notebook for All - Part II [Video]
-Jupyter Notebook for All - Part I [Video]¶
+Jupyter Notebook for All - Part I [Video]¶
Jupyter Notebook for All - Part I [Video]
-Learning Jupyter¶
+Learning Jupyter¶
Learning Jupyter
-Mastering IPython 4.0¶
+Mastering IPython 4.0¶
Jupyter In Depth
-Jupyter Notebook for All - Part II [Video]¶
+Jupyter Notebook for All - Part II [Video]¶
Jupyter Notebook for All - Part II [Video]
-Jupyter Notebook for All - Part I [Video]¶
+Jupyter Notebook for All - Part I [Video]¶
Jupyter Notebook for All - Part I [Video]
-Learning Jupyter¶
+Learning Jupyter¶
Learning Jupyter
-Mastering IPython 4.0¶
+Mastering IPython 4.0¶
Jupyter Notebook for All - Part II [Video]
-Jupyter Notebook for All - Part I [Video]¶
+Jupyter Notebook for All - Part I [Video]¶
Jupyter Notebook for All - Part I [Video]
-Learning Jupyter¶
+Learning Jupyter¶
Learning Jupyter
-Mastering IPython 4.0¶
+Mastering IPython 4.0¶
Jupyter Notebook for All - Part I [Video]
-Learning Jupyter¶
+Learning Jupyter¶
Learning Jupyter
-Mastering IPython 4.0¶
+Mastering IPython 4.0¶
Learning Jupyter
-Mastering IPython 4.0¶
+Mastering IPython 4.0¶
IPython Cookbook¶
+IPython Cookbook¶

- @@ -368,7 +241,7 @@
Learning IPython for Interactive Computing and Data Visualization
@@ -380,7 +253,7 @@
IPython Cookbook
-IPython Minibook¶
+IPython Minibook¶
IPython Minibook
-Get your Book on this page¶
+Get your Book on this page¶
Getting your book on this page will automatically add it on the sidebar.
Thanks for writing about IPython or Jupyter, we would be happy to get a link to
your book on this page, the simplest would be to submit a GitHub Pull Request
@@ -407,8 +280,8 @@
Get your Book on this page
IPython Minibook
-Get your Book on this page¶
+Get your Book on this page¶
Getting your book on this page will automatically add it on the sidebar.
Thanks for writing about IPython or Jupyter, we would be happy to get a link to
your book on this page, the simplest would be to submit a GitHub Pull Request
@@ -407,8 +280,8 @@
Get your Book on this page
Support IPython
Books Policy¶
+Books Policy¶
Our policy for listing books on the website is as follows. This will be uniformly applied across publishers, so the project can maintain its neutrality regarding IPython-related books (all language below would apply @@ -257,8 +130,8 @@
Support IPython
Support IPython
Citing IPython¶
+Citing IPython¶
If IPython has been significant to a project that leads to an academic publication, please acknowledge that fact by citing the project. As of now, the canonical academic reference for IPython is this paper, for which here are both @@ -250,8 +123,8 @@
Citing IPython
Support IPython
Documentation¶
+Documentation¶
IPython documentation is now hosted on the Read the Docs service.
Other pieces¶
+Other pieces¶
Many pieces which were previously part of IPython were split out in version 4, and now have their own documentation.
Support IPython
Support IPython Development¶
+Support IPython Development¶
IPython will always be 100% open source software, free for all to use and released under the liberal terms of the modified BSD license. But while the whole team does its best to work efficiently, and we actively try to find @@ -216,31 +89,6 @@
Support IPython DevelopmentDonate Now
All donations will be used strictly to fund IPython development, by supporting -tasks such as developer sprints, better installers, improved documentation and -paying for hosting costs for services such as the IPython Notebook Viewer.
-Our donations are managed by the NumFOCUS foundation, which passes 100% of your -contribution to the IPython project. NumFOCUS is a 501(c)3 non-profit -foundation, so if you are subject to US Tax law, your contributions will be -tax-deductible.
Support IPython Development
Support IPython
FAQ¶
+FAQ¶
If your question isn’t answered below, check the docs, then ask on the mailing list.
-Can IPython run under IronPython/PyPy/Jython/other Python interpreters?¶
+Can IPython run under IronPython/PyPy/Jython/other Python interpreters?¶
The terminal-based shell should run on any interpreter which complies with the necessary version of Python. IPython 0.11 requires Python 2.6 or above, and as of June 2011, IronPython and PyPy both support this.
@@ -230,7 +103,7 @@Can IPython run under IronPython/PyPy/Jython/other Python interpreters?file a bug.
IPython crashes under OS X when using the arrow keys¶
+IPython crashes under OS X when using the arrow keys¶
Under some circumstances, using the arrow keys to navigate your input history can cause a complete crash of the Python interpreter.
Answer: This is due to a bug in the readline library from the official builds. There are a few solutions you can take:
@@ -247,12 +120,12 @@IPython crashes under OS X when using the arrow keysYou will lose searching in your history with the arrow keys, but at least Python won’t crash.
Does IPython play well with Windows?¶
+Does IPython play well with Windows?¶
Yes, it most definitely does! There are some things that should be noted: see the installation documentation.
What is the best way to install IPython?¶
+What is the best way to install IPython?¶
See the installation documentation for full details.
The standard Python installation mechanisms (setup.py
, pip
or easy_install
) all work for installing IPython to use in a terminal. Windows users are best off installing distribute, then running the .exe installer, to create start menu shortcuts.
To use the notebook or the Qt console, it’s easiest to install through a package manager, or download a Python distribution such as Anaconda or Enthought Canopy. Otherwise, you will need to install pyzmq, along with tornado for the notebook, and PyQt4/PySide and pygments for the Qt console.
@@ -272,8 +145,8 @@What is the best way to install IPython?
Support IPython
IPython supports Python 2.7 and 3.3 or newer. Our older 1.x series supports Python 2.6 and 3.2.
Jupyter and the future of IPython¶
+Jupyter and the future of IPython¶
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. @@ -237,7 +110,7 @@
Jupyter and the future of IPython
-Announcements¶
+Announcements¶
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 PyPI.
IPython 7.12.0: Released on Jan 31st 2020.
@@ -289,7 +162,7 @@ AnnouncementsMore news…
IPython 7.12.0: Released on Jan 31st 2020.
AnnouncementsMore news…
Citing IPython¶
+Citing IPython¶
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.
@@ -313,8 +186,8 @@Announcements
Support IPython
Installing IPython¶
+Installing IPython¶
There are multiple ways of installing IPython. This page contains simplified installation instructions that should work for most users. Our official documentation contains more detailed instructions @@ -215,14 +88,14 @@
Installing IPythonJupyter.
-I already have Python¶
+I already have Python¶
If you already have Python installed and are familiar with installing packages, you can get IPython with pip:
pip install ipython
-I am getting started with Python¶
+I am getting started with Python¶
For new users who want to install a full Python environment for scientific computing and
data science, we suggest installing the Anaconda or Canopy Python distributions, which provide Python, IPython and all of its dependences as well as a complete set of open source packages
for scientific computing and data science.
@@ -243,7 +116,7 @@ I am getting started with Python
-Downloads¶
+Downloads¶
You can manually download IPython from GitHub or PyPI. To install one of these versions, unpack it and run
the following from the top-level source directory using the Terminal:
diff --git a/microsoft-donation-2013.html b/microsoft-donation-2013.html
index 9226457..0eb6418 100644
--- a/microsoft-donation-2013.html
+++ b/microsoft-donation-2013.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Microsoft Corporation sponsors IPython — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,11 +80,11 @@ Support IPython
-Microsoft Corporation sponsors IPython¶
+Microsoft Corporation sponsors IPython¶
We are thrilled to announce that in August 2013, Microsoft made a donation of
$100,000 to sponsor IPython’s continued development.
-This donation was received through NumFOCUS, and is the next step in a
+
This donation was received through NumFOCUS, and is the next step in a
fruitful collaboration IPython has had with Microsoft:
In 2009 we added integration with Windows HPC Server for IPython’s parallel
@@ -242,8 +115,8 @@
Support IPython
diff --git a/news.html b/news.html
index 3abec00..14b7d52 100644
--- a/news.html
+++ b/news.html
@@ -1,20 +1,18 @@
-
-
+
-
+
News — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,9 +80,9 @@ Support IPython
-News¶
+News¶
-IPython 7.7 and above¶
+IPython 7.7 and above¶
IPython 7.12.0: Released on Jan 31st 2020.
IPython 7.11.0 and 7.11.1: Released on Dec 27, 2019 and Jan 1st 2020
@@ -221,90 +94,90 @@ IPython 7.7 and aboveSee the release notes for version 7
-IPython 7.6¶
+IPython 7.6¶
IPython 7.6.0 was released on June 28, 2019; 7.6.1 on July 3rd
See the release notes
-IPython 7.5¶
+IPython 7.5¶
IPython 7.5 was released on April 25, 2019. It fixes several small issues brought by 7.4, and contains other minor fixes and improvements.
See the release notes
-IPython 7.4¶
+IPython 7.4¶
IPython 7.4 was released on March 21, 2019. It improves the completion system and fixes several small bugs.
See the release notes
-IPython 7.3¶
+IPython 7.3¶
IPython 7.3 was released on February 18, 2019. It adds Python 3.8 compatibility and new %pip and %conda magic commands, among the usual bugfixes.
See the release notes
-IPython 7.2¶
+IPython 7.2¶
IPython 7.2 was released on November 29, 2018. It includes
minor bugfixes, improvements, and new configuration options.
See the release notes
-IPython 7.1¶
+IPython 7.1¶
IPython 7.1 was released on October 27, 2018. It includes
fixes to new features, internal refactoring, and fixes for regressions.
See the release notes
-IPython 7.0¶
+IPython 7.0¶
IPython 7.0 was released on September 27, 2018. It includes
a number of new features.
See the Jupyter Blog
and the release notes
-IPython 6.5¶
+IPython 6.5¶
IPython 6.5 was released on July 29, 2018. This is primarily a bugfix release.
With some compatibility fix for Python 3.7
See the release notes
-IPython 5.8¶
+IPython 5.8¶
IPython 5.8 was released on July 28, 2018. This is primarily a bugfix release.
See the release notes
-IPython 6.4¶
+IPython 6.4¶
IPython 6.4 was released on May 10, 2018. This is primarily a bugfix release.
See the release notes
-IPython 5.7¶
+IPython 5.7¶
IPython 5.7 was released on May 10, 2018. This is primarily a bugfix release.
See the release notes
-IPython 6.3¶
+IPython 6.3¶
IPython 6.3 was released on April 2, 2018. This is primarily a bugfix release,
with some new features.
See the release notes
-IPython 5.6¶
+IPython 5.6¶
IPython 5.6 was released on April 2, 2018. This is primarily a bugfix release.
See the release notes
-IPython 6.1¶
+IPython 6.1¶
IPython 6.1 was released on May 31, 2017. It includes a number of new features.
See the Jupyter Blog
and the release notes
-IPython 5.4¶
+IPython 5.4¶
IPython 5.4/5.4.1 was released on May 31, 2017. This release backports most of the
features and API additions that went into 6.0 and 6.1. See the Jupyter Blog
and the release notes
-IPython 6.0¶
+IPython 6.0¶
IPython 6.0 was released on April 19th, 2017. This release is the first major
release that only supports Python 3. See longer announcement on the Jupyter Blog,
and the release notes
@@ -312,31 +185,31 @@ IPython 6.0
-IPython 5.3¶
+IPython 5.3¶
IPython 5.3.0 was released on February 24th, 2017. This is primarily a bugfix
release, with some small new features. See the release notes
for more details.
-IPython 5.2¶
+IPython 5.2¶
IPython 5.2.0 was released on January 29th, 2017. Like 5.1 this is primarily a bugfix
release, with some small new features. See the release notes
for more details.
-IPython 5.1¶
+IPython 5.1¶
IPython 5.1 was released on August 13th, 2016. This is primarily a bugfix
release, with some small new features. See the release notes
for more details.
-IPython 5.0¶
+IPython 5.0¶
IPython 5.0 was released on July 7th, 2016. This release is the
last major release that will support Python 2. See longer announcement on the
Jupyter Blog.
-New edition of the IPython minibook¶
+New edition of the IPython minibook¶
On October 25 2015, Cyrille Rossant published the second edition of the IPython minibook:
Learning IPython for Interactive Computing and Data Visualization 2nd Ed.,
for which Damian Avila was a technical
@@ -344,7 +217,7 @@
New edition of the IPython minibook
-IPython 4.0¶
+IPython 4.0¶
IPython 4.0 was released on August 11, 2015. This release corresponds to the
separation of IPython (as of 3.x) into multiple components, most of which are
now under the Jupyter organisation. See the Jupyter blog post for further explanation.
@@ -354,7 +227,7 @@ IPython 4.0
-IPython 3.0¶
+IPython 3.0¶
IPython 3.0 was released on February 27, 2015. This release integrates support
for languages other than Python - available kernels are listed on the wiki.
Install it now, or see the
@@ -366,19 +239,19 @@
IPython 3.0
-IPython 2.4¶
+IPython 2.4¶
IPython 2.4 was released on January 30, 2015. It adds support for the new
notebook format coming in IPython 3.0, along with fixing bugs in the 2.x series,
including compatibility with PyQt5 and Pygments 2.0.
-IPython 2.3¶
+IPython 2.3¶
IPython 2.3 includes bugfixes for 2.x, most importantly a fix for maths
rendering in notebooks exported to HTML by nbconvert. It was released on October
1, 2014.
-Release of the IPython Cookbook¶
+Release of the IPython Cookbook¶
On September 25 2014, Cyrille Rossant published the
IPython Interactive Computing and Visualization Cookbook,
an advanced-level guide to IPython for data science,
@@ -387,16 +260,16 @@
Release of the IPython Cookbook
-IPython 2.2¶
+IPython 2.2¶
IPython 2.2 includes bugfixes for 2.2, including a security fix. It was released on August 6,
2014.
-IPython 2.1¶
+IPython 2.1¶
IPython 2.1 includes bugfixes for 2.0, released on May 21, 2014.
-IPython 2.0¶
+IPython 2.0¶
IPython 2.0 was released on April 1, 2014. The major new features include
interactive HTML widgets, and directory navigation in the notebook dashboard.
Install it now, or see the
@@ -404,17 +277,17 @@
IPython 2.0
-User survey 2013¶
+User survey 2013¶
In 2013 we ran a second IPython user survey, gathering responses from 455
IPython users around the world. You can see the summarised results
from this, and compare it with the 2011 survey.
-Microsoft donation¶
+Microsoft donation¶
In August 2013, Microsoft contributed $100,000 to support the continued development of IPython.
-IPython 1.0¶
+IPython 1.0¶
IPython 1.0 was released on August 8, 2013, after nearly twelve years of development.
This release sees numerous improvements from the 0.13 series, and some significant
API reorganisations. Install it now, or see the
@@ -424,7 +297,7 @@
IPython 1.0
-The first IPython book¶
+The first IPython book¶
On April 25 2013, Cyrille Rossant published the first IPython-focused book:
Learning IPython for Interactive Computing and Data Visualization,
for which Matthias Bussonnier was a technical
@@ -432,7 +305,7 @@
The first IPython book
-FSF Award¶
+FSF Award¶
On March 23 2013, Fernando Perez was awarded the 2012 Award for the
Advancement of Free Software for
the creation of IPython and his work in the Scientific Python community. More
@@ -440,26 +313,26 @@
FSF Award
-PyCon 2013 Tutorial¶
+PyCon 2013 Tutorial¶
Fernando Perez, Brian Granger and Min Ragan-Kelley presented in-depth tutorial
about IPython. It covers IPython’s architecture and hands-on examples on customization,
embedding, effective uses of the various applications, the architecture of the
web notebook and how to use IPython for parallel and distributed computing.
-IPython 0.13.2¶
+IPython 0.13.2¶
IPython 0.13.2 was released on April 5, 2013. This is a bugfix-only release.
Download it now, or see the release notes for more
details. This will probably be the last release before 1.0.
-Roadmap to 1.0 and Beyond¶
+Roadmap to 1.0 and Beyond¶
IPython 1.0 is coming Summer 2013. See the grant which is funding the bulk
of the work, as well as our roadmap for achieving the grant’s objectives.
Read on for more details.
-Sloan Foundation Grant¶
+Sloan Foundation Grant¶
IPython has been awarded a $1.15 million grant from the Alfred P. Sloan
Foundation. This will support several core developers,
who’ll focus on building the IPython Notebook into a tool for open, collaborative,
@@ -467,7 +340,7 @@
Sloan Foundation GrantSee more details.
-IPython 0.13¶
+IPython 0.13¶
IPython 0.13 was released on June 30, 2012. This release sees a substantial
redesign of the IPython Notebook, the introduction of ‘cell magic functions’,
as well as numerous other improvements. Download it now, or
@@ -475,13 +348,13 @@
IPython 0.13
-IPython 0.12.1¶
+IPython 0.12.1¶
IPython 0.12.1 was released on April 21, 2012. This is a bugfix-only release;
no new features have been introduced but over 70 issues have been fixed.
All users of IPython 0.12 are encouraged to upgrade to this release.
-IPython 0.12¶
+IPython 0.12¶
IPython 0.12 was released on 18 December 2011. The major new feature with this
release is the IPython Notebook,
an interactive Python interface running in the browser. Download
@@ -489,7 +362,7 @@
IPython 0.12
-Try IPython online¶
+Try IPython online¶
As of Autumn 2011, you can try IPython online in your browser. New users can
explore the features before installing it, or you can do some quick
calculations from any computer with web access.
@@ -498,7 +371,7 @@ Try IPython online
-IPython 0.11¶
+IPython 0.11¶
We’re pleased to announce the immediate release of IPython 0.11, on 31 July 2011.
Despite the small shift in the version number, this brings a lot of changes,
including a new Qt frontend and a rewritten parallel computing framework.
@@ -506,39 +379,39 @@
IPython 0.11
-User survey¶
+User survey¶
From May to September 2011, we ran a survey to find out more about who uses
IPython, amassing 240 responses by the time we closed it. We’d like to thank all
the respondents, and invite you to read the findings.
-IPython 0.10.2 released¶
+IPython 0.10.2 released¶
IPython 0.10.2 was released on 9 April, 2011. This is a bugfix release for the
0.10 series. See the release notes
for more details.
-Python 3 support in progress¶
+Python 3 support in progress¶
Work has started to get IPython running on Python 3. If you’re interested in
testing it, get the code from
GitHub. We hope to release this along with IPython 0.11.
-IPython 0.10.1 is out!¶
+IPython 0.10.1 is out!¶
On October 11, 2010, we released IPython 0.10.1. The full release notes can be
found here
,
describing in detail the changes in this release.
-Windows HPC Server Case Study¶
+Windows HPC Server Case Study¶
As a result of the Microsoft-funded work on providing support for Windows HPC
Server 2008, a case study is now available that provides some details on the collaboration
between IPython and the University of Colorado’s Mechanical Engineering
Department.
-Support for Windows HPC Server 2008¶
+Support for Windows HPC Server 2008¶
Recently, we have added support for Windows HPC Server 2008 in ipcluster. This
makes it easy to get started with IPython’s parallel computing capabilities on
@@ -550,7 +423,7 @@
Support for Windows HPC Server 2008
-What will become IPython 0.11 is taking shape, big changes ahead¶
+What will become IPython 0.11 is taking shape, big changes ahead¶
As of November 2009, we have major changes coming to IPython. The next release
will include a lot of architectural updates, all of which we know are necessary
to really make significant improvements to IPython, but that also include
@@ -560,32 +433,32 @@
What will become IPython 0.11 is taking shape, big changes aheadLaunchpad).
-IPython 0.10 has been released¶
+IPython 0.10 has been released¶
On August 4 2009, we’ve released version 0.10 of IPython. The full release
notes can be found here,
describing in detail all new features, bug fixes and API changes of this
release.
-IPython 0.9.1 has been released¶
+IPython 0.9.1 has been released¶
Unfortunately, release 0.9 turned out to have compatibility issues with Python
2.4. This quick bugfix release addresses this issue but adds no other
features.
-IPython 0.9 is out!¶
+IPython 0.9 is out!¶
On September 14, 2008, the IPython team is proud to release version 0.9 final.
See here for
the full announcement; a detailed description of the changes can be found here.
-IPython 0.9 betas are ready¶
+IPython 0.9 betas are ready¶
At the usual location you can now
find the beta release of the 0.9 upcoming release. We’d greatly appreciate
your testing and feedback!
-IPython1 is dead, long live IPython (Summer 2008)¶
+IPython1 is dead, long live IPython (Summer 2008)¶
For the past three years, IPython1 has existed as a separate codebase from
IPython. IPython1 was being used to develop IPython’s architecture for
parallel computing as well as test new ideas for IPython itself. Because the
@@ -596,15 +469,15 @@
IPython1 is dead, long live IPython (Summer 2008)
-IPython 0.8.4¶
+IPython 0.8.4¶
IPython 0.8.4 was released.
-IPython 0.8.3¶
+IPython 0.8.3¶
IPython 0.8.3 was released. See what’s new.
-IPython1 and the Scripps Institute’s Vision¶
+IPython1 and the Scripps Institute’s Vision¶
Jose Unpingco made this really neat
screencast showing how to
couple IPython1 with the Vision environment.
@@ -613,23 +486,23 @@
IPython1 and the Scripps Institute’s Vision
-IPython and Django¶
+IPython and Django¶
A blog entry by
Peter Sheats describing how to use IPython as the interactive shell for Django.
-A new article about IPython at IBM Developer Works (Dec 12, 2007)¶
+A new article about IPython at IBM Developer Works (Dec 12, 2007)¶
Noah Gift wrote a great article at the IBM
Developer Works site, on using the Net-SNMP library to interactively explore
and manage a network (the interactive part courtesy of IPython, of course).
-IPython 0.8.2 is released (Nov 30, 2007)¶
+IPython 0.8.2 is released (Nov 30, 2007)¶
Version 0.8.2 is out. See a summary of the changes , or
read the gory details in the full ChangeLog.
-First release of IpyKit (May 24, 2007)¶
+First release of IpyKit (May 24, 2007)¶
IpyKit is a standalone IPython executable,
created with py2exe and as such works on machines without python (or where you
just don’t have time to mess with installation). It includes pyreadline for
@@ -638,7 +511,7 @@
First release of IpyKit (May 24, 2007)
-Backports for 0.8.1 (may 23, 2007)¶
+Backports for 0.8.1 (may 23, 2007)¶
We will backport some critical bug fixes to 0.8.1, if necessary - even if we
may not cut an official release, you can trust that the quality of the latest
version in 0.8.1 branch is at least as good as the 0.8.1 release. Get it with
@@ -647,49 +520,49 @@
Backports for 0.8.1 (may 23, 2007)
-IPython 0.8.1 is released (May 10, 2007)¶
+IPython 0.8.1 is released (May 10, 2007)¶
Version 0.8.1 is out. See WhatsNew for a summary of changes, or read the gory
details in the full ChangeLog.
Windows users can now safely upgrade, as long as they also use a current
release of PyReadline] from the download page.
-Article about IPython in CiSE (May 2007)¶
+Article about IPython in CiSE (May 2007)¶
The issue of the journal ‘’Computing in Science and Engineering’’ was
entirely devoted to Python in scientific computing. One of the IPython.
-IPython1 0.9alpha1 (Saw) is released (April 24, 2007)¶
+IPython1 0.9alpha1 (Saw) is released (April 24, 2007)¶
The first alpha of the new version of IPython1, called Saw, is now out. Please
see the release notes, and this page for more details.
-Coding Sprint in Boulder (Coming April 28, 2007)¶
+Coding Sprint in Boulder (Coming April 28, 2007)¶
On April 28, we’ll hold a coding sprint to push the saw branch and the
integration of the trunk into it. Details here.
-IPython 0.8.0 is released (April 10, 2007)¶
+IPython 0.8.0 is released (April 10, 2007)¶
Version 0.8.0 is out. See WhatsNew for a summary of changes, or read the gory
details in the full ChangeLog.
‘’’WARNING’’’ for Windows users: IPython 0.8.0 does ‘’’NOT’’’ work correctly
with PyReadline 1.3 , Use PyReadLine 1.4 instead.
-IPython 0.7.3 is released (December 19, 2006)¶
+IPython 0.7.3 is released (December 19, 2006)¶
We are pleased to announce the release of IPython 0.7.3. The release has many
improvements and new features.
IPython 0.7.3 can be downloaded here.
See our Trac wiki for release notes.
-New IPython Wiki (September 27, 2006)¶
+New IPython Wiki (September 27, 2006)¶
IPython has a new moin based wiki site. This site will eventually replace the
old plain html IPython web site. Please feel free to explore and contribute to
this new site.
-IPython 0.7.2 is released (June 6, 2006)¶
+IPython 0.7.2 is released (June 6, 2006)¶
We are pleased to announce the release of IPython 0.7.2. The release has many
improvements and new features.
IPython 0.7.2 can be downloaded here .
@@ -709,8 +582,8 @@ IPython 0.7.2 is released (June 6, 2006)
diff --git a/notebook.html b/notebook.html
index 73eb255..cc0ef53 100644
--- a/notebook.html
+++ b/notebook.html
@@ -1,20 +1,18 @@
-
-
+
-
+
The Jupyter Notebook — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,9 +80,9 @@ Support IPython
-The Jupyter Notebook¶
+The Jupyter Notebook¶
-(Formerly known as the IPython Notebook)¶
+(Formerly known as the IPython Notebook)¶
The IPython Notebook is now known as the Jupyter Notebook. It is an interactive
computational environment, in which you can combine code execution, rich text,
mathematics, plots and rich media. For more details on the Jupyter Notebook,
@@ -230,8 +103,8 @@
(Formerly known as the IPython Notebook)
diff --git a/presentation.html b/presentation.html
index a4d3660..2b2d6a5 100644
--- a/presentation.html
+++ b/presentation.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Presentations on IPython — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,10 +80,10 @@ Support IPython
-Presentations on IPython¶
+Presentations on IPython¶
We have given a number of talks and presentations about IPython:
-2014¶
+2014¶
Fernando gave a keynote address at PyCon 2014 entitled Python and Science:
How OSS and Python are transforming science. The video is availible on the PyCon 2014 YouTube site.
@@ -220,7 +93,7 @@ 2014¶<
-2013¶
+2013¶
Fernando’s SciPy 2013 Keynote entitled IPython: from the shell to a book with
a single tool…the method behind the madness can be viewed on YouTube.
@@ -231,7 +104,7 @@ 2013¶<
-2012¶
+2012¶
Fernando’s talk IPython: Python at your fingertips is available in PDF and PyVideos.org also
posted the full video.
@@ -243,7 +116,7 @@ 2012¶<
-2011¶
+2011¶
-2010¶
+2010¶
Slides
from a talk that Fernando Perez presented at the SciPy India 2010 conference.
@@ -271,7 +144,7 @@ 2010¶<
-2009¶
+2009¶
At SciPy ‘09, we had a lightning talk on the state of IPython.
At the IAM CSE09 conference we gave
@@ -282,7 +155,7 @@
2009¶<
-2008¶
+2008¶
-2007¶
+2007¶
-2006¶
+2006¶
-2005¶
+2005¶
Two talks at SciPy’05: one about parallel computing
and one about interactive notebooks.
-2004¶
+2004¶
A talk at SciPy’04.
-2003¶
+2003¶
An overview of IPython at SciPy’03.
@@ -362,8 +235,8 @@ 2003¶
diff --git a/project.html b/project.html
index 72fe6f5..b7d6e1b 100644
--- a/project.html
+++ b/project.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Project — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-Project¶
+Project¶
IPython is BSD-licensed, open-source software that is developed as a set of Subprojects under the
ipython Github organization. These Subprojects are all part of the
larger Project Jupyter umbrella. For further information about project
@@ -227,8 +100,8 @@
Project
diff --git a/pyreadline.html b/pyreadline.html
index 937b908..cc36712 100644
--- a/pyreadline.html
+++ b/pyreadline.html
@@ -1,20 +1,18 @@
-
-
+
-
+
PyReadline — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-PyReadline¶
+PyReadline¶
PyReadline is a Python module providing a readline API on Windows, using ctypes.
IPython previously used PyReadline to run on Windows, but moved away from it for
IPython 5.0. PyReadline is not actively developed at the moment (early 2017),
@@ -228,8 +101,8 @@
PyReadline
diff --git a/roadmap-announcement.html b/roadmap-announcement.html
index 67a847c..c4b8e8b 100644
--- a/roadmap-announcement.html
+++ b/roadmap-announcement.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Roadmap to 1.0 and Beyond — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-Roadmap to 1.0 and Beyond¶
+Roadmap to 1.0 and Beyond¶
TL;DR summary: Hi! IPython 1.0 coming mid-August 2013. See the grant which is
funding the bulk of the work, as well as our roadmap for achieving the
grant’s objectives.
@@ -260,8 +133,8 @@ Roadmap to 1.0 and Beyond
diff --git a/screenshots/index.html b/screenshots/index.html
index 6c010c0..8a847cb 100644
--- a/screenshots/index.html
+++ b/screenshots/index.html
@@ -1,20 +1,18 @@
-
-
+
— IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -43,48 +41,8 @@
-
+
@@ -234,8 +107,8 @@ HTML Notebook
diff --git a/search.html b/search.html
index 8810489..3c4e2fb 100644
--- a/search.html
+++ b/search.html
@@ -1,25 +1,24 @@
-
-
+
Search — IPython
-
-
+
+
-
-
-
-
+
+
+
-
-
+
+
+
@@ -45,48 +44,8 @@
-
+
@@ -234,10 +108,7 @@ Search
-
-
-
-
+
@@ -252,8 +123,8 @@ Search
diff --git a/searchresults.html b/searchresults.html
index 14318a5..b54681d 100644
--- a/searchresults.html
+++ b/searchresults.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Search results — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,16 +40,9 @@
-
+
@@ -174,7 +80,7 @@ Support IPython
-Search results¶
+Search results¶
Loading
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-Security in IPython¶
+Security in IPython¶
See the IPython documentation for more information on notebook security,
or reporting security issues
@@ -225,8 +98,8 @@ Support IPython
diff --git a/sloan-grant.html b/sloan-grant.html
index eea3e5b..905c507 100644
--- a/sloan-grant.html
+++ b/sloan-grant.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Sloan Foundation Grant — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-Sloan Foundation Grant¶
+Sloan Foundation Grant¶
We are pleased to announce that the IPython project has received a $1.15M grant
from the Alfred P. Sloan foundation, that will support
IPython development for the next two years (1/1/2013-12/31/2014). The grant,
@@ -269,8 +142,8 @@
Support IPython
diff --git a/usersurvey2011.html b/usersurvey2011.html
index 6a234ad..2566c58 100644
--- a/usersurvey2011.html
+++ b/usersurvey2011.html
@@ -1,20 +1,18 @@
-
-
+
-
+
IPython User Survey 2011 — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-IPython User Survey 2011¶
+IPython User Survey 2011¶
The first IPython user survey was run from 20 May 2011 to 21 September 2011, and
was promoted via the ipython-user mailing list and from the IPython homepage. The questions (all optional) were:
@@ -220,7 +93,7 @@ IPython User Survey 2011here.
Thank-you to everyone who answered our questions.
-Countries¶
+Countries¶
42% of respondents were in the USA, followed by the UK (11%) and Germany (9%).
In order of decreasing frequency, the full list of countries is:
USA, UK, Germany, France, Canada, Austria, Spain, Switzerland, Sweden, Australia,
@@ -232,13 +105,13 @@
Countries
-Platforms¶
+Platforms¶
The majority of users use IPython on Linux (80%), with Windows (38%) and Macs
(32%) roughly equal. One user listed NetBSD, and one listed Solaris.
-Usage¶
+Usage¶
Predictably, all respondents use the interactive shell. 15% also use parallel
computing features. Among ‘Other’, the only recurring answer was embedding
IPython. Note that the Qt console & HTML notebook were not included, as they
@@ -246,7 +119,7 @@
Usage
-Sector¶
+Sector¶
Many respondents are in academia (37%), and they mentioned diverse branches of
the sciences. 20% of respondents are in some form of industry (five mentioned
finance), and 16% use it for personal or hobby development.
@@ -267,7 +140,7 @@ Sector
-Requests¶
+Requests¶
No theme seemed to appear in the answers to where future development should go.
I interpret this as a good sign—there’s nothing our users feel is clearly
wrong.
@@ -288,7 +161,7 @@ Requests
-Design of the survey¶
+Design of the survey¶
Next time, we could collect better data about:
diff --git a/usersurvey2013.html b/usersurvey2013.html
index 78fea5d..c90d390 100644
--- a/usersurvey2013.html
+++ b/usersurvey2013.html
@@ -1,20 +1,18 @@
-
-
+
-
+
IPython User Survey 2013 — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,11 +80,11 @@ Support IPython
-IPython User Survey 2013¶
+IPython User Survey 2013¶
The full responses, and summaries of responses to some questions, are available
as a Google Spreadsheet.
-Countries¶
+Countries¶
42% of respondents were in the USA, followed by the UK (7.1%) and Germany (6.7%).
These numbers are largely similar to the last user survey, two years ago, but
the diversity of countries in the ‘tail’ has increased. In total, respondents
@@ -226,7 +99,7 @@
Countries
-IPython versions¶
+IPython versions¶
We see a rapid changeover - IPython 1.0 was released while the survey was
running, and by the end of the survey, more people reported using 1.0 than
0.13, the previous release. Very few people were using older releases, although
@@ -238,7 +111,7 @@
IPython versions
-IPython components¶
+IPython components¶
The notebook was the most popular component, with 84% saying they use it, followed
by the classic terminal interface (76%). The Qt console was the least used
interface (27%).
@@ -249,7 +122,7 @@ IPython components
-Platforms¶
+Platforms¶
These results were similar to the previous survey. Linux was the most popular
operating system (81%), while roughly equal numbers use Windows (34%) and Mac
(39%). Of the cloud platforms, only Amazon EC2 has any significant usage, with
@@ -260,7 +133,7 @@
Platforms
-Python versions¶
+Python versions¶
As expected, Python 2.7 is the most widely used release (97%). However, a
significant fraction (22%) have also used IPython with Python 3.3. 7% of users
still use Python 2.6, and 4% use 3.2 - we will be dropping support for both of
@@ -268,7 +141,7 @@
Python versions
-Projects integrating IPython¶
+Projects integrating IPython¶
59 people (13%) reported using IPython with the Spyder IDE.
Anecdotally, we have seen more people using Spyder in Europe than in North America,
and the results somewhat support this. Although the US was still the largest single
@@ -281,13 +154,13 @@
Projects integrating IPython
-Installation¶
+Installation¶
No one installation method dominated. The leading techniques were pip/easy_install
(48%), Linux distribution repositories (44%) and Python distributions (38%).
-Support resources¶
+Support resources¶
Almost all users (91%) report using the online documentation, highlighting the
importance of keeping this up to date. Stackoverflow is also very important (68%).
In contrast, only 3% of respondents have used our Hipchat chat rooms - though
@@ -295,7 +168,7 @@
Support resources
-Role¶
+Role¶
Once again, many of our users are in academia (65%), but we also have a
significant group of users in industry (38%) and ‘hobby’ usage (37%), i.e. people
using IPython outside their jobs. These numbers are not directly comparable to
@@ -306,7 +179,7 @@
Role¶
-Use cases¶
+Use cases¶
People’s descriptions of the projects where they use IPython were many and varied.
A few specific highlights include modelling quantum computing systems (row 93 in the results spreadsheet),
computer vision (162), phylogenetic relationships of languages (201), e-Democracy
@@ -331,7 +204,7 @@
Use cases
-Suggestions box¶
+Suggestions box¶
Categorised suggestions are listed on the ‘Suggestions’ sheet of the result
spreadsheet. Some responses were split into multiple suggestions.
A number of themes appeared:
@@ -379,7 +252,7 @@ Suggestions box
-Other comments¶
+Other comments¶
Categorised comments are listed on the ‘Comments’ sheet of the result
spreadsheet.
Thank-you to everyone who used the comments or suggestions fields to thank
@@ -405,8 +278,8 @@
Other comments
diff --git a/whatsnew082.html b/whatsnew082.html
index 57671bf..bd1d7ee 100644
--- a/whatsnew082.html
+++ b/whatsnew082.html
@@ -1,20 +1,18 @@
-
-
+
-
+
WhatsNew082 — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,9 +80,9 @@ Support IPython
-WhatsNew082¶
+WhatsNew082¶
-New features in 0.8.2¶
+New features in 0.8.2¶
This does not list bugfixes, enhanced internals or api additions.
I already have Python¶
+I already have Python¶
If you already have Python installed and are familiar with installing packages, you can get IPython with pip:
pip install ipython
I am getting started with Python¶
+I am getting started with Python¶
For new users who want to install a full Python environment for scientific computing and data science, we suggest installing the Anaconda or Canopy Python distributions, which provide Python, IPython and all of its dependences as well as a complete set of open source packages for scientific computing and data science.
@@ -243,7 +116,7 @@I am getting started with Python
-Downloads¶
+Downloads¶
You can manually download IPython from GitHub or PyPI. To install one of these versions, unpack it and run
the following from the top-level source directory using the Terminal:
diff --git a/microsoft-donation-2013.html b/microsoft-donation-2013.html
index 9226457..0eb6418 100644
--- a/microsoft-donation-2013.html
+++ b/microsoft-donation-2013.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Microsoft Corporation sponsors IPython — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,11 +80,11 @@ Support IPython
-Microsoft Corporation sponsors IPython¶
+Microsoft Corporation sponsors IPython¶
We are thrilled to announce that in August 2013, Microsoft made a donation of
$100,000 to sponsor IPython’s continued development.
-This donation was received through NumFOCUS, and is the next step in a
+
This donation was received through NumFOCUS, and is the next step in a
fruitful collaboration IPython has had with Microsoft:
In 2009 we added integration with Windows HPC Server for IPython’s parallel
@@ -242,8 +115,8 @@
Support IPython
diff --git a/news.html b/news.html
index 3abec00..14b7d52 100644
--- a/news.html
+++ b/news.html
@@ -1,20 +1,18 @@
-
-
+
-
+
News — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,9 +80,9 @@ Support IPython
-News¶
+News¶
-IPython 7.7 and above¶
+IPython 7.7 and above¶
IPython 7.12.0: Released on Jan 31st 2020.
IPython 7.11.0 and 7.11.1: Released on Dec 27, 2019 and Jan 1st 2020
@@ -221,90 +94,90 @@ IPython 7.7 and aboveSee the release notes for version 7
-IPython 7.6¶
+IPython 7.6¶
IPython 7.6.0 was released on June 28, 2019; 7.6.1 on July 3rd
See the release notes
-IPython 7.5¶
+IPython 7.5¶
IPython 7.5 was released on April 25, 2019. It fixes several small issues brought by 7.4, and contains other minor fixes and improvements.
See the release notes
-IPython 7.4¶
+IPython 7.4¶
IPython 7.4 was released on March 21, 2019. It improves the completion system and fixes several small bugs.
See the release notes
-IPython 7.3¶
+IPython 7.3¶
IPython 7.3 was released on February 18, 2019. It adds Python 3.8 compatibility and new %pip and %conda magic commands, among the usual bugfixes.
See the release notes
-IPython 7.2¶
+IPython 7.2¶
IPython 7.2 was released on November 29, 2018. It includes
minor bugfixes, improvements, and new configuration options.
See the release notes
-IPython 7.1¶
+IPython 7.1¶
IPython 7.1 was released on October 27, 2018. It includes
fixes to new features, internal refactoring, and fixes for regressions.
See the release notes
-IPython 7.0¶
+IPython 7.0¶
IPython 7.0 was released on September 27, 2018. It includes
a number of new features.
See the Jupyter Blog
and the release notes
-IPython 6.5¶
+IPython 6.5¶
IPython 6.5 was released on July 29, 2018. This is primarily a bugfix release.
With some compatibility fix for Python 3.7
See the release notes
-IPython 5.8¶
+IPython 5.8¶
IPython 5.8 was released on July 28, 2018. This is primarily a bugfix release.
See the release notes
-IPython 6.4¶
+IPython 6.4¶
IPython 6.4 was released on May 10, 2018. This is primarily a bugfix release.
See the release notes
-IPython 5.7¶
+IPython 5.7¶
IPython 5.7 was released on May 10, 2018. This is primarily a bugfix release.
See the release notes
-IPython 6.3¶
+IPython 6.3¶
IPython 6.3 was released on April 2, 2018. This is primarily a bugfix release,
with some new features.
See the release notes
-IPython 5.6¶
+IPython 5.6¶
IPython 5.6 was released on April 2, 2018. This is primarily a bugfix release.
See the release notes
-IPython 6.1¶
+IPython 6.1¶
IPython 6.1 was released on May 31, 2017. It includes a number of new features.
See the Jupyter Blog
and the release notes
-IPython 5.4¶
+IPython 5.4¶
IPython 5.4/5.4.1 was released on May 31, 2017. This release backports most of the
features and API additions that went into 6.0 and 6.1. See the Jupyter Blog
and the release notes
-IPython 6.0¶
+IPython 6.0¶
IPython 6.0 was released on April 19th, 2017. This release is the first major
release that only supports Python 3. See longer announcement on the Jupyter Blog,
and the release notes
@@ -312,31 +185,31 @@ IPython 6.0
-IPython 5.3¶
+IPython 5.3¶
IPython 5.3.0 was released on February 24th, 2017. This is primarily a bugfix
release, with some small new features. See the release notes
for more details.
-IPython 5.2¶
+IPython 5.2¶
IPython 5.2.0 was released on January 29th, 2017. Like 5.1 this is primarily a bugfix
release, with some small new features. See the release notes
for more details.
-IPython 5.1¶
+IPython 5.1¶
IPython 5.1 was released on August 13th, 2016. This is primarily a bugfix
release, with some small new features. See the release notes
for more details.
-IPython 5.0¶
+IPython 5.0¶
IPython 5.0 was released on July 7th, 2016. This release is the
last major release that will support Python 2. See longer announcement on the
Jupyter Blog.
-New edition of the IPython minibook¶
+New edition of the IPython minibook¶
On October 25 2015, Cyrille Rossant published the second edition of the IPython minibook:
Learning IPython for Interactive Computing and Data Visualization 2nd Ed.,
for which Damian Avila was a technical
@@ -344,7 +217,7 @@
New edition of the IPython minibook
-IPython 4.0¶
+IPython 4.0¶
IPython 4.0 was released on August 11, 2015. This release corresponds to the
separation of IPython (as of 3.x) into multiple components, most of which are
now under the Jupyter organisation. See the Jupyter blog post for further explanation.
@@ -354,7 +227,7 @@ IPython 4.0
-IPython 3.0¶
+IPython 3.0¶
IPython 3.0 was released on February 27, 2015. This release integrates support
for languages other than Python - available kernels are listed on the wiki.
Install it now, or see the
@@ -366,19 +239,19 @@
IPython 3.0
-IPython 2.4¶
+IPython 2.4¶
IPython 2.4 was released on January 30, 2015. It adds support for the new
notebook format coming in IPython 3.0, along with fixing bugs in the 2.x series,
including compatibility with PyQt5 and Pygments 2.0.
-IPython 2.3¶
+IPython 2.3¶
IPython 2.3 includes bugfixes for 2.x, most importantly a fix for maths
rendering in notebooks exported to HTML by nbconvert. It was released on October
1, 2014.
-Release of the IPython Cookbook¶
+Release of the IPython Cookbook¶
On September 25 2014, Cyrille Rossant published the
IPython Interactive Computing and Visualization Cookbook,
an advanced-level guide to IPython for data science,
@@ -387,16 +260,16 @@
Release of the IPython Cookbook
-IPython 2.2¶
+IPython 2.2¶
IPython 2.2 includes bugfixes for 2.2, including a security fix. It was released on August 6,
2014.
-IPython 2.1¶
+IPython 2.1¶
IPython 2.1 includes bugfixes for 2.0, released on May 21, 2014.
-IPython 2.0¶
+IPython 2.0¶
IPython 2.0 was released on April 1, 2014. The major new features include
interactive HTML widgets, and directory navigation in the notebook dashboard.
Install it now, or see the
@@ -404,17 +277,17 @@
IPython 2.0
-User survey 2013¶
+User survey 2013¶
In 2013 we ran a second IPython user survey, gathering responses from 455
IPython users around the world. You can see the summarised results
from this, and compare it with the 2011 survey.
-Microsoft donation¶
+Microsoft donation¶
In August 2013, Microsoft contributed $100,000 to support the continued development of IPython.
-IPython 1.0¶
+IPython 1.0¶
IPython 1.0 was released on August 8, 2013, after nearly twelve years of development.
This release sees numerous improvements from the 0.13 series, and some significant
API reorganisations. Install it now, or see the
@@ -424,7 +297,7 @@
IPython 1.0
-The first IPython book¶
+The first IPython book¶
On April 25 2013, Cyrille Rossant published the first IPython-focused book:
Learning IPython for Interactive Computing and Data Visualization,
for which Matthias Bussonnier was a technical
@@ -432,7 +305,7 @@
The first IPython book
-FSF Award¶
+FSF Award¶
On March 23 2013, Fernando Perez was awarded the 2012 Award for the
Advancement of Free Software for
the creation of IPython and his work in the Scientific Python community. More
@@ -440,26 +313,26 @@
FSF Award
-PyCon 2013 Tutorial¶
+PyCon 2013 Tutorial¶
Fernando Perez, Brian Granger and Min Ragan-Kelley presented in-depth tutorial
about IPython. It covers IPython’s architecture and hands-on examples on customization,
embedding, effective uses of the various applications, the architecture of the
web notebook and how to use IPython for parallel and distributed computing.
-IPython 0.13.2¶
+IPython 0.13.2¶
IPython 0.13.2 was released on April 5, 2013. This is a bugfix-only release.
Download it now, or see the release notes for more
details. This will probably be the last release before 1.0.
-Roadmap to 1.0 and Beyond¶
+Roadmap to 1.0 and Beyond¶
IPython 1.0 is coming Summer 2013. See the grant which is funding the bulk
of the work, as well as our roadmap for achieving the grant’s objectives.
Read on for more details.
-Sloan Foundation Grant¶
+Sloan Foundation Grant¶
IPython has been awarded a $1.15 million grant from the Alfred P. Sloan
Foundation. This will support several core developers,
who’ll focus on building the IPython Notebook into a tool for open, collaborative,
@@ -467,7 +340,7 @@
Sloan Foundation GrantSee more details.
-IPython 0.13¶
+IPython 0.13¶
IPython 0.13 was released on June 30, 2012. This release sees a substantial
redesign of the IPython Notebook, the introduction of ‘cell magic functions’,
as well as numerous other improvements. Download it now, or
@@ -475,13 +348,13 @@
IPython 0.13
-IPython 0.12.1¶
+IPython 0.12.1¶
IPython 0.12.1 was released on April 21, 2012. This is a bugfix-only release;
no new features have been introduced but over 70 issues have been fixed.
All users of IPython 0.12 are encouraged to upgrade to this release.
-IPython 0.12¶
+IPython 0.12¶
IPython 0.12 was released on 18 December 2011. The major new feature with this
release is the IPython Notebook,
an interactive Python interface running in the browser. Download
@@ -489,7 +362,7 @@
IPython 0.12
-Try IPython online¶
+Try IPython online¶
As of Autumn 2011, you can try IPython online in your browser. New users can
explore the features before installing it, or you can do some quick
calculations from any computer with web access.
@@ -498,7 +371,7 @@ Try IPython online
-IPython 0.11¶
+IPython 0.11¶
We’re pleased to announce the immediate release of IPython 0.11, on 31 July 2011.
Despite the small shift in the version number, this brings a lot of changes,
including a new Qt frontend and a rewritten parallel computing framework.
@@ -506,39 +379,39 @@
IPython 0.11
-User survey¶
+User survey¶
From May to September 2011, we ran a survey to find out more about who uses
IPython, amassing 240 responses by the time we closed it. We’d like to thank all
the respondents, and invite you to read the findings.
-IPython 0.10.2 released¶
+IPython 0.10.2 released¶
IPython 0.10.2 was released on 9 April, 2011. This is a bugfix release for the
0.10 series. See the release notes
for more details.
-Python 3 support in progress¶
+Python 3 support in progress¶
Work has started to get IPython running on Python 3. If you’re interested in
testing it, get the code from
GitHub. We hope to release this along with IPython 0.11.
-IPython 0.10.1 is out!¶
+IPython 0.10.1 is out!¶
On October 11, 2010, we released IPython 0.10.1. The full release notes can be
found here
,
describing in detail the changes in this release.
-Windows HPC Server Case Study¶
+Windows HPC Server Case Study¶
As a result of the Microsoft-funded work on providing support for Windows HPC
Server 2008, a case study is now available that provides some details on the collaboration
between IPython and the University of Colorado’s Mechanical Engineering
Department.
-Support for Windows HPC Server 2008¶
+Support for Windows HPC Server 2008¶
Recently, we have added support for Windows HPC Server 2008 in ipcluster. This
makes it easy to get started with IPython’s parallel computing capabilities on
@@ -550,7 +423,7 @@
Support for Windows HPC Server 2008
-What will become IPython 0.11 is taking shape, big changes ahead¶
+What will become IPython 0.11 is taking shape, big changes ahead¶
As of November 2009, we have major changes coming to IPython. The next release
will include a lot of architectural updates, all of which we know are necessary
to really make significant improvements to IPython, but that also include
@@ -560,32 +433,32 @@
What will become IPython 0.11 is taking shape, big changes aheadLaunchpad).
-IPython 0.10 has been released¶
+IPython 0.10 has been released¶
On August 4 2009, we’ve released version 0.10 of IPython. The full release
notes can be found here,
describing in detail all new features, bug fixes and API changes of this
release.
-IPython 0.9.1 has been released¶
+IPython 0.9.1 has been released¶
Unfortunately, release 0.9 turned out to have compatibility issues with Python
2.4. This quick bugfix release addresses this issue but adds no other
features.
-IPython 0.9 is out!¶
+IPython 0.9 is out!¶
On September 14, 2008, the IPython team is proud to release version 0.9 final.
See here for
the full announcement; a detailed description of the changes can be found here.
-IPython 0.9 betas are ready¶
+IPython 0.9 betas are ready¶
At the usual location you can now
find the beta release of the 0.9 upcoming release. We’d greatly appreciate
your testing and feedback!
-IPython1 is dead, long live IPython (Summer 2008)¶
+IPython1 is dead, long live IPython (Summer 2008)¶
For the past three years, IPython1 has existed as a separate codebase from
IPython. IPython1 was being used to develop IPython’s architecture for
parallel computing as well as test new ideas for IPython itself. Because the
@@ -596,15 +469,15 @@
IPython1 is dead, long live IPython (Summer 2008)
-IPython 0.8.4¶
+IPython 0.8.4¶
IPython 0.8.4 was released.
-IPython 0.8.3¶
+IPython 0.8.3¶
IPython 0.8.3 was released. See what’s new.
-IPython1 and the Scripps Institute’s Vision¶
+IPython1 and the Scripps Institute’s Vision¶
Jose Unpingco made this really neat
screencast showing how to
couple IPython1 with the Vision environment.
@@ -613,23 +486,23 @@
IPython1 and the Scripps Institute’s Vision
-IPython and Django¶
+IPython and Django¶
A blog entry by
Peter Sheats describing how to use IPython as the interactive shell for Django.
-A new article about IPython at IBM Developer Works (Dec 12, 2007)¶
+A new article about IPython at IBM Developer Works (Dec 12, 2007)¶
Noah Gift wrote a great article at the IBM
Developer Works site, on using the Net-SNMP library to interactively explore
and manage a network (the interactive part courtesy of IPython, of course).
-IPython 0.8.2 is released (Nov 30, 2007)¶
+IPython 0.8.2 is released (Nov 30, 2007)¶
Version 0.8.2 is out. See a summary of the changes , or
read the gory details in the full ChangeLog.
-First release of IpyKit (May 24, 2007)¶
+First release of IpyKit (May 24, 2007)¶
IpyKit is a standalone IPython executable,
created with py2exe and as such works on machines without python (or where you
just don’t have time to mess with installation). It includes pyreadline for
@@ -638,7 +511,7 @@
First release of IpyKit (May 24, 2007)
-Backports for 0.8.1 (may 23, 2007)¶
+Backports for 0.8.1 (may 23, 2007)¶
We will backport some critical bug fixes to 0.8.1, if necessary - even if we
may not cut an official release, you can trust that the quality of the latest
version in 0.8.1 branch is at least as good as the 0.8.1 release. Get it with
@@ -647,49 +520,49 @@
Backports for 0.8.1 (may 23, 2007)
-IPython 0.8.1 is released (May 10, 2007)¶
+IPython 0.8.1 is released (May 10, 2007)¶
Version 0.8.1 is out. See WhatsNew for a summary of changes, or read the gory
details in the full ChangeLog.
Windows users can now safely upgrade, as long as they also use a current
release of PyReadline] from the download page.
-Article about IPython in CiSE (May 2007)¶
+Article about IPython in CiSE (May 2007)¶
The issue of the journal ‘’Computing in Science and Engineering’’ was
entirely devoted to Python in scientific computing. One of the IPython.
-IPython1 0.9alpha1 (Saw) is released (April 24, 2007)¶
+IPython1 0.9alpha1 (Saw) is released (April 24, 2007)¶
The first alpha of the new version of IPython1, called Saw, is now out. Please
see the release notes, and this page for more details.
-Coding Sprint in Boulder (Coming April 28, 2007)¶
+Coding Sprint in Boulder (Coming April 28, 2007)¶
On April 28, we’ll hold a coding sprint to push the saw branch and the
integration of the trunk into it. Details here.
-IPython 0.8.0 is released (April 10, 2007)¶
+IPython 0.8.0 is released (April 10, 2007)¶
Version 0.8.0 is out. See WhatsNew for a summary of changes, or read the gory
details in the full ChangeLog.
‘’’WARNING’’’ for Windows users: IPython 0.8.0 does ‘’’NOT’’’ work correctly
with PyReadline 1.3 , Use PyReadLine 1.4 instead.
-IPython 0.7.3 is released (December 19, 2006)¶
+IPython 0.7.3 is released (December 19, 2006)¶
We are pleased to announce the release of IPython 0.7.3. The release has many
improvements and new features.
IPython 0.7.3 can be downloaded here.
See our Trac wiki for release notes.
-New IPython Wiki (September 27, 2006)¶
+New IPython Wiki (September 27, 2006)¶
IPython has a new moin based wiki site. This site will eventually replace the
old plain html IPython web site. Please feel free to explore and contribute to
this new site.
-IPython 0.7.2 is released (June 6, 2006)¶
+IPython 0.7.2 is released (June 6, 2006)¶
We are pleased to announce the release of IPython 0.7.2. The release has many
improvements and new features.
IPython 0.7.2 can be downloaded here .
@@ -709,8 +582,8 @@ IPython 0.7.2 is released (June 6, 2006)
diff --git a/notebook.html b/notebook.html
index 73eb255..cc0ef53 100644
--- a/notebook.html
+++ b/notebook.html
@@ -1,20 +1,18 @@
-
-
+
-
+
The Jupyter Notebook — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,9 +80,9 @@ Support IPython
-The Jupyter Notebook¶
+The Jupyter Notebook¶
-(Formerly known as the IPython Notebook)¶
+(Formerly known as the IPython Notebook)¶
The IPython Notebook is now known as the Jupyter Notebook. It is an interactive
computational environment, in which you can combine code execution, rich text,
mathematics, plots and rich media. For more details on the Jupyter Notebook,
@@ -230,8 +103,8 @@
(Formerly known as the IPython Notebook)
diff --git a/presentation.html b/presentation.html
index a4d3660..2b2d6a5 100644
--- a/presentation.html
+++ b/presentation.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Presentations on IPython — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,10 +80,10 @@ Support IPython
-Presentations on IPython¶
+Presentations on IPython¶
We have given a number of talks and presentations about IPython:
-2014¶
+2014¶
Fernando gave a keynote address at PyCon 2014 entitled Python and Science:
How OSS and Python are transforming science. The video is availible on the PyCon 2014 YouTube site.
@@ -220,7 +93,7 @@ 2014¶<
-2013¶
+2013¶
Fernando’s SciPy 2013 Keynote entitled IPython: from the shell to a book with
a single tool…the method behind the madness can be viewed on YouTube.
@@ -231,7 +104,7 @@ 2013¶<
-2012¶
+2012¶
Fernando’s talk IPython: Python at your fingertips is available in PDF and PyVideos.org also
posted the full video.
@@ -243,7 +116,7 @@ 2012¶<
-2011¶
+2011¶
-2010¶
+2010¶
Slides
from a talk that Fernando Perez presented at the SciPy India 2010 conference.
@@ -271,7 +144,7 @@ 2010¶<
-2009¶
+2009¶
At SciPy ‘09, we had a lightning talk on the state of IPython.
At the IAM CSE09 conference we gave
@@ -282,7 +155,7 @@
2009¶<
-2008¶
+2008¶
-2007¶
+2007¶
-2006¶
+2006¶
-2005¶
+2005¶
Two talks at SciPy’05: one about parallel computing
and one about interactive notebooks.
-2004¶
+2004¶
A talk at SciPy’04.
-2003¶
+2003¶
An overview of IPython at SciPy’03.
@@ -362,8 +235,8 @@ 2003¶
diff --git a/project.html b/project.html
index 72fe6f5..b7d6e1b 100644
--- a/project.html
+++ b/project.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Project — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-Project¶
+Project¶
IPython is BSD-licensed, open-source software that is developed as a set of Subprojects under the
ipython Github organization. These Subprojects are all part of the
larger Project Jupyter umbrella. For further information about project
@@ -227,8 +100,8 @@
Project
diff --git a/pyreadline.html b/pyreadline.html
index 937b908..cc36712 100644
--- a/pyreadline.html
+++ b/pyreadline.html
@@ -1,20 +1,18 @@
-
-
+
-
+
PyReadline — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-PyReadline¶
+PyReadline¶
PyReadline is a Python module providing a readline API on Windows, using ctypes.
IPython previously used PyReadline to run on Windows, but moved away from it for
IPython 5.0. PyReadline is not actively developed at the moment (early 2017),
@@ -228,8 +101,8 @@
PyReadline
diff --git a/roadmap-announcement.html b/roadmap-announcement.html
index 67a847c..c4b8e8b 100644
--- a/roadmap-announcement.html
+++ b/roadmap-announcement.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Roadmap to 1.0 and Beyond — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-Roadmap to 1.0 and Beyond¶
+Roadmap to 1.0 and Beyond¶
TL;DR summary: Hi! IPython 1.0 coming mid-August 2013. See the grant which is
funding the bulk of the work, as well as our roadmap for achieving the
grant’s objectives.
@@ -260,8 +133,8 @@ Roadmap to 1.0 and Beyond
diff --git a/screenshots/index.html b/screenshots/index.html
index 6c010c0..8a847cb 100644
--- a/screenshots/index.html
+++ b/screenshots/index.html
@@ -1,20 +1,18 @@
-
-
+
— IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -43,48 +41,8 @@
-
+
@@ -234,8 +107,8 @@ HTML Notebook
diff --git a/search.html b/search.html
index 8810489..3c4e2fb 100644
--- a/search.html
+++ b/search.html
@@ -1,25 +1,24 @@
-
-
+
Search — IPython
-
-
+
+
-
-
-
-
+
+
+
-
-
+
+
+
@@ -45,48 +44,8 @@
-
+
@@ -234,10 +108,7 @@ Search
-
-
-
-
+
@@ -252,8 +123,8 @@ Search
diff --git a/searchresults.html b/searchresults.html
index 14318a5..b54681d 100644
--- a/searchresults.html
+++ b/searchresults.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Search results — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,16 +40,9 @@
-
+
@@ -174,7 +80,7 @@ Support IPython
-Search results¶
+Search results¶
Loading
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-Security in IPython¶
+Security in IPython¶
See the IPython documentation for more information on notebook security,
or reporting security issues
@@ -225,8 +98,8 @@ Support IPython
diff --git a/sloan-grant.html b/sloan-grant.html
index eea3e5b..905c507 100644
--- a/sloan-grant.html
+++ b/sloan-grant.html
@@ -1,20 +1,18 @@
-
-
+
-
+
Sloan Foundation Grant — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-Sloan Foundation Grant¶
+Sloan Foundation Grant¶
We are pleased to announce that the IPython project has received a $1.15M grant
from the Alfred P. Sloan foundation, that will support
IPython development for the next two years (1/1/2013-12/31/2014). The grant,
@@ -269,8 +142,8 @@
Support IPython
diff --git a/usersurvey2011.html b/usersurvey2011.html
index 6a234ad..2566c58 100644
--- a/usersurvey2011.html
+++ b/usersurvey2011.html
@@ -1,20 +1,18 @@
-
-
+
-
+
IPython User Survey 2011 — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,7 +80,7 @@ Support IPython
-IPython User Survey 2011¶
+IPython User Survey 2011¶
The first IPython user survey was run from 20 May 2011 to 21 September 2011, and
was promoted via the ipython-user mailing list and from the IPython homepage. The questions (all optional) were:
@@ -220,7 +93,7 @@ IPython User Survey 2011here.
Thank-you to everyone who answered our questions.
-Countries¶
+Countries¶
42% of respondents were in the USA, followed by the UK (11%) and Germany (9%).
In order of decreasing frequency, the full list of countries is:
USA, UK, Germany, France, Canada, Austria, Spain, Switzerland, Sweden, Australia,
@@ -232,13 +105,13 @@
Countries
-Platforms¶
+Platforms¶
The majority of users use IPython on Linux (80%), with Windows (38%) and Macs
(32%) roughly equal. One user listed NetBSD, and one listed Solaris.
-Usage¶
+Usage¶
Predictably, all respondents use the interactive shell. 15% also use parallel
computing features. Among ‘Other’, the only recurring answer was embedding
IPython. Note that the Qt console & HTML notebook were not included, as they
@@ -246,7 +119,7 @@
Usage
-Sector¶
+Sector¶
Many respondents are in academia (37%), and they mentioned diverse branches of
the sciences. 20% of respondents are in some form of industry (five mentioned
finance), and 16% use it for personal or hobby development.
@@ -267,7 +140,7 @@ Sector
-Requests¶
+Requests¶
No theme seemed to appear in the answers to where future development should go.
I interpret this as a good sign—there’s nothing our users feel is clearly
wrong.
@@ -288,7 +161,7 @@ Requests
-Design of the survey¶
+Design of the survey¶
Next time, we could collect better data about:
diff --git a/usersurvey2013.html b/usersurvey2013.html
index 78fea5d..c90d390 100644
--- a/usersurvey2013.html
+++ b/usersurvey2013.html
@@ -1,20 +1,18 @@
-
-
+
-
+
IPython User Survey 2013 — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,11 +80,11 @@ Support IPython
-IPython User Survey 2013¶
+IPython User Survey 2013¶
The full responses, and summaries of responses to some questions, are available
as a Google Spreadsheet.
-Countries¶
+Countries¶
42% of respondents were in the USA, followed by the UK (7.1%) and Germany (6.7%).
These numbers are largely similar to the last user survey, two years ago, but
the diversity of countries in the ‘tail’ has increased. In total, respondents
@@ -226,7 +99,7 @@
Countries
-IPython versions¶
+IPython versions¶
We see a rapid changeover - IPython 1.0 was released while the survey was
running, and by the end of the survey, more people reported using 1.0 than
0.13, the previous release. Very few people were using older releases, although
@@ -238,7 +111,7 @@
IPython versions
-IPython components¶
+IPython components¶
The notebook was the most popular component, with 84% saying they use it, followed
by the classic terminal interface (76%). The Qt console was the least used
interface (27%).
@@ -249,7 +122,7 @@ IPython components
-Platforms¶
+Platforms¶
These results were similar to the previous survey. Linux was the most popular
operating system (81%), while roughly equal numbers use Windows (34%) and Mac
(39%). Of the cloud platforms, only Amazon EC2 has any significant usage, with
@@ -260,7 +133,7 @@
Platforms
-Python versions¶
+Python versions¶
As expected, Python 2.7 is the most widely used release (97%). However, a
significant fraction (22%) have also used IPython with Python 3.3. 7% of users
still use Python 2.6, and 4% use 3.2 - we will be dropping support for both of
@@ -268,7 +141,7 @@
Python versions
-Projects integrating IPython¶
+Projects integrating IPython¶
59 people (13%) reported using IPython with the Spyder IDE.
Anecdotally, we have seen more people using Spyder in Europe than in North America,
and the results somewhat support this. Although the US was still the largest single
@@ -281,13 +154,13 @@
Projects integrating IPython
-Installation¶
+Installation¶
No one installation method dominated. The leading techniques were pip/easy_install
(48%), Linux distribution repositories (44%) and Python distributions (38%).
-Support resources¶
+Support resources¶
Almost all users (91%) report using the online documentation, highlighting the
importance of keeping this up to date. Stackoverflow is also very important (68%).
In contrast, only 3% of respondents have used our Hipchat chat rooms - though
@@ -295,7 +168,7 @@
Support resources
-Role¶
+Role¶
Once again, many of our users are in academia (65%), but we also have a
significant group of users in industry (38%) and ‘hobby’ usage (37%), i.e. people
using IPython outside their jobs. These numbers are not directly comparable to
@@ -306,7 +179,7 @@
Role¶
-Use cases¶
+Use cases¶
People’s descriptions of the projects where they use IPython were many and varied.
A few specific highlights include modelling quantum computing systems (row 93 in the results spreadsheet),
computer vision (162), phylogenetic relationships of languages (201), e-Democracy
@@ -331,7 +204,7 @@
Use cases
-Suggestions box¶
+Suggestions box¶
Categorised suggestions are listed on the ‘Suggestions’ sheet of the result
spreadsheet. Some responses were split into multiple suggestions.
A number of themes appeared:
@@ -379,7 +252,7 @@ Suggestions box
-Other comments¶
+Other comments¶
Categorised comments are listed on the ‘Comments’ sheet of the result
spreadsheet.
Thank-you to everyone who used the comments or suggestions fields to thank
@@ -405,8 +278,8 @@
Other comments
diff --git a/whatsnew082.html b/whatsnew082.html
index 57671bf..bd1d7ee 100644
--- a/whatsnew082.html
+++ b/whatsnew082.html
@@ -1,20 +1,18 @@
-
-
+
-
+
WhatsNew082 — IPython
-
-
+
+
-
-
-
-
+
+
+
@@ -42,48 +40,8 @@
-
+
@@ -207,9 +80,9 @@ Support IPython
-WhatsNew082¶
+WhatsNew082¶
-New features in 0.8.2¶
+New features in 0.8.2¶
This does not list bugfixes, enhanced internals or api additions.
Support IPython
Microsoft Corporation sponsors IPython¶
+Microsoft Corporation sponsors IPython¶

We are thrilled to announce that in August 2013, Microsoft made a donation of $100,000 to sponsor IPython’s continued development.
-This donation was received through NumFOCUS, and is the next step in a +
This donation was received through NumFOCUS, and is the next step in a fruitful collaboration IPython has had with Microsoft:
In 2009 we added integration with Windows HPC Server for IPython’s parallel @@ -242,8 +115,8 @@
Support IPython
News — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- News¶
+News¶
- IPython 7.7 and above¶
+IPython 7.7 and above¶
IPython 7.12.0: Released on Jan 31st 2020.
IPython 7.11.0 and 7.11.1: Released on Dec 27, 2019 and Jan 1st 2020
@@ -221,90 +94,90 @@
IPython 7.7 and aboveSee the release notes for version 7
- IPython 7.6¶
+IPython 7.6¶
IPython 7.6.0 was released on June 28, 2019; 7.6.1 on July 3rd See the release notes
- IPython 7.5¶
+IPython 7.5¶
IPython 7.5 was released on April 25, 2019. It fixes several small issues brought by 7.4, and contains other minor fixes and improvements. See the release notes
- IPython 7.4¶
+IPython 7.4¶
IPython 7.4 was released on March 21, 2019. It improves the completion system and fixes several small bugs. See the release notes
- IPython 7.3¶
+IPython 7.3¶
IPython 7.3 was released on February 18, 2019. It adds Python 3.8 compatibility and new %pip and %conda magic commands, among the usual bugfixes. See the release notes
- IPython 7.2¶
+IPython 7.2¶
IPython 7.2 was released on November 29, 2018. It includes minor bugfixes, improvements, and new configuration options. See the release notes
- IPython 7.1¶
+IPython 7.1¶
IPython 7.1 was released on October 27, 2018. It includes fixes to new features, internal refactoring, and fixes for regressions. See the release notes
- IPython 7.0¶
+IPython 7.0¶
IPython 7.0 was released on September 27, 2018. It includes a number of new features. See the Jupyter Blog and the release notes
- IPython 6.5¶
+IPython 6.5¶
IPython 6.5 was released on July 29, 2018. This is primarily a bugfix release. With some compatibility fix for Python 3.7 See the release notes
- IPython 5.8¶
+IPython 5.8¶
IPython 5.8 was released on July 28, 2018. This is primarily a bugfix release. See the release notes
- IPython 6.4¶
+IPython 6.4¶
IPython 6.4 was released on May 10, 2018. This is primarily a bugfix release. See the release notes
- IPython 5.7¶
+IPython 5.7¶
IPython 5.7 was released on May 10, 2018. This is primarily a bugfix release. See the release notes
- IPython 6.3¶
+IPython 6.3¶
IPython 6.3 was released on April 2, 2018. This is primarily a bugfix release, with some new features. See the release notes
- IPython 5.6¶
+IPython 5.6¶
IPython 5.6 was released on April 2, 2018. This is primarily a bugfix release. See the release notes
- IPython 6.1¶
+IPython 6.1¶
IPython 6.1 was released on May 31, 2017. It includes a number of new features. See the Jupyter Blog and the release notes
- IPython 5.4¶
+IPython 5.4¶
IPython 5.4/5.4.1 was released on May 31, 2017. This release backports most of the features and API additions that went into 6.0 and 6.1. See the Jupyter Blog and the release notes
- IPython 6.0¶
+IPython 6.0¶
IPython 6.0 was released on April 19th, 2017. This release is the first major release that only supports Python 3. See longer announcement on the Jupyter Blog, and the release notes
@@ -312,31 +185,31 @@IPython 6.0 -
IPython 5.3¶
+IPython 5.3¶
IPython 5.3.0 was released on February 24th, 2017. This is primarily a bugfix release, with some small new features. See the release notes for more details.
- IPython 5.2¶
+IPython 5.2¶
IPython 5.2.0 was released on January 29th, 2017. Like 5.1 this is primarily a bugfix release, with some small new features. See the release notes for more details.
- IPython 5.1¶
+IPython 5.1¶
IPython 5.1 was released on August 13th, 2016. This is primarily a bugfix release, with some small new features. See the release notes for more details.
- IPython 5.0¶
+IPython 5.0¶
IPython 5.0 was released on July 7th, 2016. This release is the last major release that will support Python 2. See longer announcement on the Jupyter Blog.
- New edition of the IPython minibook¶
+New edition of the IPython minibook¶
On October 25 2015, Cyrille Rossant published the second edition of the IPython minibook: Learning IPython for Interactive Computing and Data Visualization 2nd Ed., for which Damian Avila was a technical @@ -344,7 +217,7 @@
New edition of the IPython minibook -
IPython 4.0¶
+IPython 4.0¶
IPython 4.0 was released on August 11, 2015. This release corresponds to the separation of IPython (as of 3.x) into multiple components, most of which are now under the Jupyter organisation. See the Jupyter blog post for further explanation.
@@ -354,7 +227,7 @@IPython 4.0 -
IPython 3.0¶
+IPython 3.0¶
IPython 3.0 was released on February 27, 2015. This release integrates support for languages other than Python - available kernels are listed on the wiki.
Install it now, or see the @@ -366,19 +239,19 @@
IPython 3.0 -
IPython 2.4¶
+IPython 2.4¶
IPython 2.4 was released on January 30, 2015. It adds support for the new notebook format coming in IPython 3.0, along with fixing bugs in the 2.x series, including compatibility with PyQt5 and Pygments 2.0.
- IPython 2.3¶
+IPython 2.3¶
IPython 2.3 includes bugfixes for 2.x, most importantly a fix for maths rendering in notebooks exported to HTML by nbconvert. It was released on October 1, 2014.
- Release of the IPython Cookbook¶
+Release of the IPython Cookbook¶
On September 25 2014, Cyrille Rossant published the IPython Interactive Computing and Visualization Cookbook, an advanced-level guide to IPython for data science, @@ -387,16 +260,16 @@
Release of the IPython Cookbook -
IPython 2.2¶
+IPython 2.2¶
IPython 2.2 includes bugfixes for 2.2, including a security fix. It was released on August 6, 2014.
- IPython 2.1¶
+IPython 2.1¶
IPython 2.1 includes bugfixes for 2.0, released on May 21, 2014.
- IPython 2.0¶
+IPython 2.0¶
IPython 2.0 was released on April 1, 2014. The major new features include interactive HTML widgets, and directory navigation in the notebook dashboard. Install it now, or see the @@ -404,17 +277,17 @@
IPython 2.0 -
User survey 2013¶
+User survey 2013¶
In 2013 we ran a second IPython user survey, gathering responses from 455 IPython users around the world. You can see the summarised results from this, and compare it with the 2011 survey.
- Microsoft donation¶
+Microsoft donation¶
In August 2013, Microsoft contributed $100,000 to support the continued development of IPython.
- IPython 1.0¶
+IPython 1.0¶
IPython 1.0 was released on August 8, 2013, after nearly twelve years of development. This release sees numerous improvements from the 0.13 series, and some significant API reorganisations. Install it now, or see the @@ -424,7 +297,7 @@
IPython 1.0 -
The first IPython book¶
+The first IPython book¶
On April 25 2013, Cyrille Rossant published the first IPython-focused book: Learning IPython for Interactive Computing and Data Visualization, for which Matthias Bussonnier was a technical @@ -432,7 +305,7 @@
The first IPython book
- FSF Award¶
+FSF Award¶
On March 23 2013, Fernando Perez was awarded the 2012 Award for the Advancement of Free Software for the creation of IPython and his work in the Scientific Python community. More @@ -440,26 +313,26 @@
FSF Award -
PyCon 2013 Tutorial¶
+PyCon 2013 Tutorial¶
Fernando Perez, Brian Granger and Min Ragan-Kelley presented in-depth tutorial about IPython. It covers IPython’s architecture and hands-on examples on customization, embedding, effective uses of the various applications, the architecture of the web notebook and how to use IPython for parallel and distributed computing.
- IPython 0.13.2¶
+IPython 0.13.2¶
IPython 0.13.2 was released on April 5, 2013. This is a bugfix-only release. Download it now, or see the release notes for more details. This will probably be the last release before 1.0.
- Roadmap to 1.0 and Beyond¶
+Roadmap to 1.0 and Beyond¶
IPython 1.0 is coming Summer 2013. See the grant which is funding the bulk of the work, as well as our roadmap for achieving the grant’s objectives. Read on for more details.
- Sloan Foundation Grant¶
+Sloan Foundation Grant¶
IPython has been awarded a $1.15 million grant from the Alfred P. Sloan Foundation. This will support several core developers, who’ll focus on building the IPython Notebook into a tool for open, collaborative, @@ -467,7 +340,7 @@
Sloan Foundation GrantSee more details.
- IPython 0.13¶
+IPython 0.13¶
IPython 0.13 was released on June 30, 2012. This release sees a substantial redesign of the IPython Notebook, the introduction of ‘cell magic functions’, as well as numerous other improvements. Download it now, or @@ -475,13 +348,13 @@
IPython 0.13 -
IPython 0.12.1¶
+IPython 0.12.1¶
IPython 0.12.1 was released on April 21, 2012. This is a bugfix-only release; no new features have been introduced but over 70 issues have been fixed. All users of IPython 0.12 are encouraged to upgrade to this release.
- IPython 0.12¶
+IPython 0.12¶
IPython 0.12 was released on 18 December 2011. The major new feature with this release is the IPython Notebook, an interactive Python interface running in the browser. Download @@ -489,7 +362,7 @@
IPython 0.12
- Try IPython online¶
+Try IPython online¶
As of Autumn 2011, you can try IPython online in your browser. New users can explore the features before installing it, or you can do some quick calculations from any computer with web access.
@@ -498,7 +371,7 @@Try IPython online -
IPython 0.11¶
+IPython 0.11¶
We’re pleased to announce the immediate release of IPython 0.11, on 31 July 2011. Despite the small shift in the version number, this brings a lot of changes, including a new Qt frontend and a rewritten parallel computing framework. @@ -506,39 +379,39 @@
IPython 0.11
- User survey¶
+User survey¶
From May to September 2011, we ran a survey to find out more about who uses IPython, amassing 240 responses by the time we closed it. We’d like to thank all the respondents, and invite you to read the findings.
- IPython 0.10.2 released¶
+IPython 0.10.2 released¶
IPython 0.10.2 was released on 9 April, 2011. This is a bugfix release for the 0.10 series. See the release notes for more details.
- Python 3 support in progress¶
+Python 3 support in progress¶
Work has started to get IPython running on Python 3. If you’re interested in testing it, get the code from GitHub. We hope to release this along with IPython 0.11.
- IPython 0.10.1 is out!¶
+IPython 0.10.1 is out!¶
On October 11, 2010, we released IPython 0.10.1. The full release notes can be found here , describing in detail the changes in this release.
- Windows HPC Server Case Study¶
+Windows HPC Server Case Study¶
As a result of the Microsoft-funded work on providing support for Windows HPC Server 2008, a case study is now available that provides some details on the collaboration between IPython and the University of Colorado’s Mechanical Engineering Department.
- Support for Windows HPC Server 2008¶
+Support for Windows HPC Server 2008¶
Recently, we have added support for Windows HPC Server 2008 in ipcluster. This makes it easy to get started with IPython’s parallel computing capabilities on @@ -550,7 +423,7 @@
Support for Windows HPC Server 2008 -
What will become IPython 0.11 is taking shape, big changes ahead¶
+What will become IPython 0.11 is taking shape, big changes ahead¶
As of November 2009, we have major changes coming to IPython. The next release will include a lot of architectural updates, all of which we know are necessary to really make significant improvements to IPython, but that also include @@ -560,32 +433,32 @@
What will become IPython 0.11 is taking shape, big changes aheadLaunchpad).
- IPython 0.10 has been released¶
+IPython 0.10 has been released¶
On August 4 2009, we’ve released version 0.10 of IPython. The full release notes can be found here, describing in detail all new features, bug fixes and API changes of this release.
- IPython 0.9.1 has been released¶
+IPython 0.9.1 has been released¶
Unfortunately, release 0.9 turned out to have compatibility issues with Python 2.4. This quick bugfix release addresses this issue but adds no other features.
- IPython 0.9 is out!¶
+IPython 0.9 is out!¶
On September 14, 2008, the IPython team is proud to release version 0.9 final. See here for the full announcement; a detailed description of the changes can be found here.
- IPython 0.9 betas are ready¶
+IPython 0.9 betas are ready¶
At the usual location you can now find the beta release of the 0.9 upcoming release. We’d greatly appreciate your testing and feedback!
- IPython1 is dead, long live IPython (Summer 2008)¶
+IPython1 is dead, long live IPython (Summer 2008)¶
For the past three years, IPython1 has existed as a separate codebase from IPython. IPython1 was being used to develop IPython’s architecture for parallel computing as well as test new ideas for IPython itself. Because the @@ -596,15 +469,15 @@
IPython1 is dead, long live IPython (Summer 2008)
- IPython 0.8.4¶
+IPython 0.8.4¶
IPython 0.8.4 was released.
- IPython 0.8.3¶
+IPython 0.8.3¶
IPython 0.8.3 was released. See what’s new.
- IPython1 and the Scripps Institute’s Vision¶
+IPython1 and the Scripps Institute’s Vision¶
Jose Unpingco made this really neat screencast showing how to couple IPython1 with the Vision environment. @@ -613,23 +486,23 @@
IPython1 and the Scripps Institute’s Vision -
IPython and Django¶
+IPython and Django¶
A blog entry by Peter Sheats describing how to use IPython as the interactive shell for Django.
- A new article about IPython at IBM Developer Works (Dec 12, 2007)¶
+A new article about IPython at IBM Developer Works (Dec 12, 2007)¶
Noah Gift wrote a great article at the IBM Developer Works site, on using the Net-SNMP library to interactively explore and manage a network (the interactive part courtesy of IPython, of course).
- IPython 0.8.2 is released (Nov 30, 2007)¶
+IPython 0.8.2 is released (Nov 30, 2007)¶
Version 0.8.2 is out. See a summary of the changes , or read the gory details in the full ChangeLog.
- First release of IpyKit (May 24, 2007)¶
+First release of IpyKit (May 24, 2007)¶
IpyKit is a standalone IPython executable, created with py2exe and as such works on machines without python (or where you just don’t have time to mess with installation). It includes pyreadline for @@ -638,7 +511,7 @@
First release of IpyKit (May 24, 2007) -
Backports for 0.8.1 (may 23, 2007)¶
+Backports for 0.8.1 (may 23, 2007)¶
We will backport some critical bug fixes to 0.8.1, if necessary - even if we may not cut an official release, you can trust that the quality of the latest version in 0.8.1 branch is at least as good as the 0.8.1 release. Get it with @@ -647,49 +520,49 @@
Backports for 0.8.1 (may 23, 2007) -
IPython 0.8.1 is released (May 10, 2007)¶
+IPython 0.8.1 is released (May 10, 2007)¶
Version 0.8.1 is out. See WhatsNew for a summary of changes, or read the gory details in the full ChangeLog.
Windows users can now safely upgrade, as long as they also use a current release of PyReadline] from the download page.
- Article about IPython in CiSE (May 2007)¶
+Article about IPython in CiSE (May 2007)¶
The issue of the journal ‘’Computing in Science and Engineering’’ was entirely devoted to Python in scientific computing. One of the IPython.
- IPython1 0.9alpha1 (Saw) is released (April 24, 2007)¶
+IPython1 0.9alpha1 (Saw) is released (April 24, 2007)¶
The first alpha of the new version of IPython1, called Saw, is now out. Please see the release notes, and this page for more details.
- Coding Sprint in Boulder (Coming April 28, 2007)¶
+Coding Sprint in Boulder (Coming April 28, 2007)¶
On April 28, we’ll hold a coding sprint to push the saw branch and the integration of the trunk into it. Details here.
- IPython 0.8.0 is released (April 10, 2007)¶
+IPython 0.8.0 is released (April 10, 2007)¶
Version 0.8.0 is out. See WhatsNew for a summary of changes, or read the gory details in the full ChangeLog.
‘’’WARNING’’’ for Windows users: IPython 0.8.0 does ‘’’NOT’’’ work correctly with PyReadline 1.3 , Use PyReadLine 1.4 instead.
- IPython 0.7.3 is released (December 19, 2006)¶
+IPython 0.7.3 is released (December 19, 2006)¶
We are pleased to announce the release of IPython 0.7.3. The release has many improvements and new features.
IPython 0.7.3 can be downloaded here.
See our Trac wiki for release notes.
- New IPython Wiki (September 27, 2006)¶
+New IPython Wiki (September 27, 2006)¶
IPython has a new moin based wiki site. This site will eventually replace the old plain html IPython web site. Please feel free to explore and contribute to this new site.
- IPython 0.7.2 is released (June 6, 2006)¶
+IPython 0.7.2 is released (June 6, 2006)¶
We are pleased to announce the release of IPython 0.7.2. The release has many improvements and new features.
IPython 0.7.2 can be downloaded here .
@@ -709,8 +582,8 @@IPython 0.7.2 is released (June 6, 2006)
The Jupyter Notebook — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- The Jupyter Notebook¶
+The Jupyter Notebook¶
- (Formerly known as the IPython Notebook)¶
+(Formerly known as the IPython Notebook)¶
The IPython Notebook is now known as the Jupyter Notebook. It is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media. For more details on the Jupyter Notebook, @@ -230,8 +103,8 @@
(Formerly known as the IPython Notebook)
Presentations on IPython — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- Presentations on IPython¶
+Presentations on IPython¶
We have given a number of talks and presentations about IPython:
- 2014¶
+2014¶
Fernando gave a keynote address at PyCon 2014 entitled Python and Science: How OSS and Python are transforming science. The video is availible on the PyCon 2014 YouTube site.
@@ -220,7 +93,7 @@
2014¶<
- 2013¶
+2013¶
Fernando’s SciPy 2013 Keynote entitled IPython: from the shell to a book with a single tool…the method behind the madness can be viewed on YouTube.
@@ -231,7 +104,7 @@
2013¶<
- 2012¶
+2012¶
Fernando’s talk IPython: Python at your fingertips is available in PDF and PyVideos.org also posted the full video.
@@ -243,7 +116,7 @@
2012¶<
- 2011¶
+2011¶
- 2010¶
+2010¶
Slides from a talk that Fernando Perez presented at the SciPy India 2010 conference.
@@ -271,7 +144,7 @@
2010¶<
- 2009¶
+2009¶
At SciPy ‘09, we had a lightning talk on the state of IPython.
At the IAM CSE09 conference we gave @@ -282,7 +155,7 @@
2009¶<
- 2008¶
+2008¶
- 2007¶
+2007¶
- 2006¶
+2006¶
- 2005¶
+2005¶
Two talks at SciPy’05: one about parallel computing and one about interactive notebooks.
- 2004¶
+2004¶
A talk at SciPy’04.
- 2003¶
+2003¶
An overview of IPython at SciPy’03.
2003¶
Project — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- Project¶
+Project¶
IPython is BSD-licensed, open-source software that is developed as a set of Subprojects under the ipython Github organization. These Subprojects are all part of the larger Project Jupyter umbrella. For further information about project @@ -227,8 +100,8 @@
Project
PyReadline — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- PyReadline¶
+PyReadline¶
PyReadline is a Python module providing a readline API on Windows, using ctypes.
IPython previously used PyReadline to run on Windows, but moved away from it for IPython 5.0. PyReadline is not actively developed at the moment (early 2017), @@ -228,8 +101,8 @@
PyReadline
Roadmap to 1.0 and Beyond — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- Roadmap to 1.0 and Beyond¶
+Roadmap to 1.0 and Beyond¶
TL;DR summary: Hi! IPython 1.0 coming mid-August 2013. See the grant which is funding the bulk of the work, as well as our roadmap for achieving the grant’s objectives.
@@ -260,8 +133,8 @@Roadmap to 1.0 and Beyond
— IPython - - + + - - - - + + + @@ -43,48 +41,8 @@-+HTML Notebook
Search — IPython - - + + - - - - + + + - - + + +@@ -45,48 +44,8 @@-+Search
- -- -+ @@ -252,8 +123,8 @@Search
Search results — IPython - - + + - - - - + + + @@ -42,16 +40,9 @@-+Support IPython
- Search results¶
+Search results¶
Loading- - - + + + @@ -42,48 +40,8 @@-+Support IPython
- @@ -225,8 +98,8 @@Security in IPython¶
+Security in IPython¶
See the IPython documentation for more information on notebook security, or reporting security issues
Support IPython
Sloan Foundation Grant — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- Sloan Foundation Grant¶
+Sloan Foundation Grant¶
We are pleased to announce that the IPython project has received a $1.15M grant from the Alfred P. Sloan foundation, that will support IPython development for the next two years (1/1/2013-12/31/2014). The grant, @@ -269,8 +142,8 @@
Support IPython
IPython User Survey 2011 — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- IPython User Survey 2011¶
+IPython User Survey 2011¶
The first IPython user survey was run from 20 May 2011 to 21 September 2011, and was promoted via the ipython-user mailing list and from the IPython homepage. The questions (all optional) were:
-
@@ -220,7 +93,7 @@
IPython User Survey 2011here. Thank-you to everyone who answered our questions.
- Countries¶
+Countries¶
42% of respondents were in the USA, followed by the UK (11%) and Germany (9%). In order of decreasing frequency, the full list of countries is:
USA, UK, Germany, France, Canada, Austria, Spain, Switzerland, Sweden, Australia, @@ -232,13 +105,13 @@
Countries
- Platforms¶
+Platforms¶
The majority of users use IPython on Linux (80%), with Windows (38%) and Macs (32%) roughly equal. One user listed NetBSD, and one listed Solaris.
- Usage¶
+Usage¶
Predictably, all respondents use the interactive shell. 15% also use parallel computing features. Among ‘Other’, the only recurring answer was embedding IPython. Note that the Qt console & HTML notebook were not included, as they @@ -246,7 +119,7 @@
Usage
- Sector¶
+Sector¶
Many respondents are in academia (37%), and they mentioned diverse branches of the sciences. 20% of respondents are in some form of industry (five mentioned finance), and 16% use it for personal or hobby development.
@@ -267,7 +140,7 @@Sector -
Requests¶
+Requests¶
No theme seemed to appear in the answers to where future development should go. I interpret this as a good sign—there’s nothing our users feel is clearly wrong.
@@ -288,7 +161,7 @@Requests -
Design of the survey¶
+Design of the survey¶
Next time, we could collect better data about:
IPython User Survey 2013 — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- IPython User Survey 2013¶
+IPython User Survey 2013¶
The full responses, and summaries of responses to some questions, are available as a Google Spreadsheet.
- Countries¶
+Countries¶
42% of respondents were in the USA, followed by the UK (7.1%) and Germany (6.7%). These numbers are largely similar to the last user survey, two years ago, but the diversity of countries in the ‘tail’ has increased. In total, respondents @@ -226,7 +99,7 @@
Countries -
IPython versions¶
+IPython versions¶
We see a rapid changeover - IPython 1.0 was released while the survey was running, and by the end of the survey, more people reported using 1.0 than 0.13, the previous release. Very few people were using older releases, although @@ -238,7 +111,7 @@
IPython versions
- IPython components¶
+IPython components¶
The notebook was the most popular component, with 84% saying they use it, followed by the classic terminal interface (76%). The Qt console was the least used interface (27%).
@@ -249,7 +122,7 @@IPython components
- Platforms¶
+Platforms¶
These results were similar to the previous survey. Linux was the most popular operating system (81%), while roughly equal numbers use Windows (34%) and Mac (39%). Of the cloud platforms, only Amazon EC2 has any significant usage, with @@ -260,7 +133,7 @@
Platforms
- Python versions¶
+Python versions¶
As expected, Python 2.7 is the most widely used release (97%). However, a significant fraction (22%) have also used IPython with Python 3.3. 7% of users still use Python 2.6, and 4% use 3.2 - we will be dropping support for both of @@ -268,7 +141,7 @@
Python versions
- Projects integrating IPython¶
+Projects integrating IPython¶
59 people (13%) reported using IPython with the Spyder IDE. Anecdotally, we have seen more people using Spyder in Europe than in North America, and the results somewhat support this. Although the US was still the largest single @@ -281,13 +154,13 @@
Projects integrating IPython -
Installation¶
+Installation¶
No one installation method dominated. The leading techniques were pip/easy_install (48%), Linux distribution repositories (44%) and Python distributions (38%).
- Support resources¶
+Support resources¶
Almost all users (91%) report using the online documentation, highlighting the importance of keeping this up to date. Stackoverflow is also very important (68%). In contrast, only 3% of respondents have used our Hipchat chat rooms - though @@ -295,7 +168,7 @@
Support resources
- Role¶
+Role¶
Once again, many of our users are in academia (65%), but we also have a significant group of users in industry (38%) and ‘hobby’ usage (37%), i.e. people using IPython outside their jobs. These numbers are not directly comparable to @@ -306,7 +179,7 @@
Role¶
- Use cases¶
+Use cases¶
People’s descriptions of the projects where they use IPython were many and varied. A few specific highlights include modelling quantum computing systems (row 93 in the results spreadsheet), computer vision (162), phylogenetic relationships of languages (201), e-Democracy @@ -331,7 +204,7 @@
Use cases -
Suggestions box¶
+Suggestions box¶
Categorised suggestions are listed on the ‘Suggestions’ sheet of the result spreadsheet. Some responses were split into multiple suggestions.
A number of themes appeared:
@@ -379,7 +252,7 @@Suggestions box -
Other comments¶
+Other comments¶
Categorised comments are listed on the ‘Comments’ sheet of the result spreadsheet.
Thank-you to everyone who used the comments or suggestions fields to thank @@ -405,8 +278,8 @@
Other comments
WhatsNew082 — IPython - - + + - - - - + + + @@ -42,48 +40,8 @@-+Support IPython
- WhatsNew082¶
+WhatsNew082¶
- New features in 0.8.2¶
+New features in 0.8.2¶
This does not list bugfixes, enhanced internals or api additions.