<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=IPython</id>
	<title>IPython - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=IPython"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=IPython&amp;action=history"/>
	<updated>2026-05-04T20:08:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=IPython&amp;diff=4713098&amp;oldid=prev</id>
		<title>imported&gt;1234qwer1234qwer4: /* Parallel computing */ only linked later</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=IPython&amp;diff=4713098&amp;oldid=prev"/>
		<updated>2024-04-20T18:05:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Parallel computing: &lt;/span&gt; only linked later&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{For|the implementation of Python under the .NET Framework|IronPython}}&lt;br /&gt;
{{Short description|Advanced interactive shell for Python}}&lt;br /&gt;
{{Use dmy dates|date=August 2015}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name = IPython&lt;br /&gt;
| title = &lt;br /&gt;
| logo = IPython Logo.png&amp;lt;!-- Image name is enough --&amp;gt;&lt;br /&gt;
| logo size = 220px&lt;br /&gt;
| logo alt = &lt;br /&gt;
| logo caption = &lt;br /&gt;
| screenshot = IPython-6.x-screenshot-osx.png&amp;lt;!-- Image name is enough --&amp;gt;&lt;br /&gt;
| screenshot size = 220px&lt;br /&gt;
| screenshot alt = Screenshot of IPython 6.x on Mac OS, showing the computation of a fourier transform using numpy.&lt;br /&gt;
| caption = IPython Shell&lt;br /&gt;
| collapsible = &lt;br /&gt;
| author = [[Fernando Pérez (software developer)|Fernando Perez]]&amp;lt;ref name=history&amp;gt;{{cite web|url=http://blog.fperez.org/2012/01/ipython-notebook-historical.html|title=The IPython notebook: a historical retrospective|date=8 January 2012|publisher=Fernando Perez Blog}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| developer = Brian E. Granger, Min Ragan-Kelley, Paul Ivanov, Thomas Kluyver, Matthias Bussonnier&lt;br /&gt;
| released = {{Start date and age|2001|df=yes}}&amp;lt;ref name=history /&amp;gt;&lt;br /&gt;
| discontinued = &lt;br /&gt;
| latest_release_version = {{wikidata|property|reference|edit|Q2659957|P348}}&lt;br /&gt;
| latest_release_date = {{start date and age|{{wikidata|qualifier|Q2659957|P348|P577}}}}&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date = &lt;br /&gt;
| programming language = [[Python (programming language)|Python]], [[JavaScript]], [[Cascading Style Sheets|CSS]], [[HTML]]&lt;br /&gt;
| operating system = [[Cross-platform]]&lt;br /&gt;
| platform = &lt;br /&gt;
| size = &lt;br /&gt;
| language = &lt;br /&gt;
| language count = &amp;lt;!-- Number only --&amp;gt;&lt;br /&gt;
| language footnote = &lt;br /&gt;
| genre = [[Shell (computing)|Shell]]&lt;br /&gt;
| license = [[BSD license|BSD]]&lt;br /&gt;
| alexa = &lt;br /&gt;
| standard = &lt;br /&gt;
| AsOf = &lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;IPython&amp;#039;&amp;#039;&amp;#039; (Interactive Python) is a [[Shell (computing)|command shell]] for interactive computing in multiple programming languages, originally developed for the [[Python (programming language)|Python programming language]], that offers [[Introspection (computer science)|introspection]], [[rich media]], shell syntax, [[tab completion]], and history. IPython provides the following features:&lt;br /&gt;
&lt;br /&gt;
* Interactive shells (terminal and [[Qt (software)|Qt]]-based).&lt;br /&gt;
* A browser-based [[notebook interface]] with support for code, text, mathematical expressions, inline plots and other media.&lt;br /&gt;
* Support for interactive data visualization and use of GUI toolkits.&lt;br /&gt;
* Flexible, embeddable interpreters to load into one&amp;#039;s own projects.&lt;br /&gt;
* Tools for [[parallel computing]].&lt;br /&gt;
&lt;br /&gt;
IPython is a [[NumFOCUS]] fiscally sponsored project.&amp;lt;ref&amp;gt;{{cite web|title=NumFOCUS Sponsored Projects|url=https://numfocus.org/sponsored-projects|publisher=NumFOCUS|access-date=2021-10-25}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parallel computing ==&lt;br /&gt;
[[File:IpythonArchitecture.png|thumbnail|Architectural View of IPython&amp;#039;s parallel machinery]]&lt;br /&gt;
IPython is based on an architecture that provides parallel and distributed computing. IPython enables parallel applications to be developed, executed, debugged and monitored interactively, hence the I (Interactive) in IPython&amp;lt;!-- The &amp;#039;I&amp;#039; in IPython refers to an &amp;#039;interactive&amp;#039; command window that helps users to run code, access variables, call up data analysis packages and view plots, while the Python refers to the popular programming language that the notebook is based on. see, http://www.nature.com/news/interactive-notebooks-sharing-the-code-1.16261 --&amp;gt;.&amp;lt;ref&amp;gt;{{cite journal|last1=Helen|first1=Shen|title=Interactive notebooks: Sharing the code|journal=Nature|date=2014|volume=515|issue=7525|pages=151–152|doi=10.1038/515151a|pmid=25373681|bibcode=2014Natur.515..151S|doi-access=free}}&amp;lt;/ref&amp;gt; This architecture abstracts out parallelism, enabling IPython to support many different styles of parallelism&amp;lt;ref&amp;gt;{{cite web|title=Using IPython for Parallel computing - IPython docs|url=https://ipython.org/ipython-doc/stable/parallel/parallel_intro.html}}&amp;lt;/ref&amp;gt; including:&lt;br /&gt;
&lt;br /&gt;
* Single program, multiple data ([[SPMD]]) parallelism&lt;br /&gt;
* Multiple program, multiple data ([[MPMD]]) parallelism&lt;br /&gt;
* Message passing using [[Message Passing Interface|MPI]]&lt;br /&gt;
* [[Task parallelism]]&lt;br /&gt;
* [[Data parallelism]]&lt;br /&gt;
* Combinations of these approaches&lt;br /&gt;
* Custom user defined approaches&lt;br /&gt;
&lt;br /&gt;
With the release of IPython 4.0, the parallel computing capabilities were made optional and released under the [https://pypi.org/project/ipyparallel/ ipyparallel] python package. And most of the capabilities of ipyparallel are now covered by more mature libraries like [[Dask (software)|Dask]].&lt;br /&gt;
&lt;br /&gt;
IPython frequently draws from SciPy stack&amp;lt;ref name=&amp;quot;scipystack&amp;quot;&amp;gt;{{cite web|url=http://www.scipy.org/install.html|title=SciPy Stack}}&amp;lt;/ref&amp;gt; libraries like [[NumPy]] and [[SciPy]], often installed alongside one of many Scientific Python distributions.&amp;lt;ref name=&amp;quot;scipystack&amp;quot; /&amp;gt; IPython provides integration with some libraries of the [[SciPy]] stack, notably [[matplotlib]], producing inline graphs when used with the [[Jupyter]] notebook. Python libraries can implement IPython specific hooks to customize rich object display. [[SymPy]] for example implements rendering of mathematical expressions as rendered [[LaTeX]] when used within IPython context, and [[Pandas (software)|Pandas]] dataframe use an HTML representation.&amp;lt;ref&amp;gt;{{Cite web|url=http://docs.sympy.org/1.1/tutorial/printing.html#setting-up-pretty-printing|title=Printing — SymPy 1.1 documentation|website=docs.sympy.org|access-date=2018-04-11}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other features ==&lt;br /&gt;
IPython allows non-blocking interaction with [[Tkinter]], [[PyGTK]], [[PyQt]]/[[PySide]] and [[wxPython]] (the standard Python shell only allows interaction with Tkinter). IPython can interactively manage parallel [[Computer cluster|computing clusters]] using asynchronous status callbacks and/or [[Message Passing Interface|MPI]]. IPython can also be used as a system shell replacement.&amp;lt;ref name=&amp;quot;McKinney&amp;quot;&amp;gt;{{cite book|chapter-url=http://shop.oreilly.com/product/0636920023784.do|last=McKinney|first=Wes|title=Python for Data Analysis|chapter=Chapter 3|year=2012|isbn=978-1-449-31979-3}}&amp;lt;/ref&amp;gt; Its default behavior is largely similar to [[Unix shell]]s, but it allows customization and the flexibility of executing code in a live Python environment.&lt;br /&gt;
&lt;br /&gt;
== End of Python 2 support ==&lt;br /&gt;
IPython 5.x (Long Time Support) series is the last version of IPython to support Python 2. The IPython project pledged to not support Python 2 beyond 2020&amp;lt;ref&amp;gt;{{Cite news|url=https://blog.jupyter.org/release-of-ipython-5-0-8ce60b8d2e8e|title=Release of IPython 5.0 – Jupyter Blog|date=2016-07-08|work=Jupyter Blog|access-date=2018-04-11}}&amp;lt;/ref&amp;gt; by being one of the first projects to join the [http://python3statement.org/ Python 3 Statement], the 6.x series is only compatible with Python 3 and above. It is still possible though to run an IPython kernel and a Jupyter Notebook server on different Python versions allowing users to still access Python 2 on newer version of Jupyter.&lt;br /&gt;
&lt;br /&gt;
== Project Jupyter ==&lt;br /&gt;
{{Main|Project Jupyter}}&lt;br /&gt;
{{Third-party|section|date=October 2016}}&lt;br /&gt;
[[File:IPython-notebook.png|thumb|Old IPython Notebook interface]]&lt;br /&gt;
&lt;br /&gt;
In 2014, IPython creator [[Fernando Pérez (software developer)|Fernando Pérez]] announced a spin-off project from IPython called [[Project Jupyter]].&amp;lt;ref&amp;gt;{{cite web|url=https://speakerdeck.com/fperez/project-jupyter|title=Project Jupyter // Speaker Deck}}&amp;lt;/ref&amp;gt; IPython continued to exist as a Python shell and kernel for Jupyter, but the [[Notebook interface|notebook]] interface and other language-agnostic parts of IPython were moved under the Jupyter name.&amp;lt;ref&amp;gt;{{cite web|url=https://github.com/ipython/ipython|title=The Notebook, Qt console and a number of other pieces are now parts of Jupyter|website=[[GitHub]] |date=17 October 2021}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=https://blog.jupyter.org/the-big-split-9d7b88a031a7|title=The Big Split™|date=28 August 2017}}&amp;lt;/ref&amp;gt; Jupyter is language agnostic and its name is a reference to core programming languages supported by Jupyter, which are [[Julia (programming language)|Julia]], [[Python (programming language)|Python]], and [[R (programming language)|R]].&amp;lt;ref&amp;gt;{{Cite web|url=https://github.com/jupyter/design/wiki/Jupyter-Logo|title=Jupyter Logo · jupyter/Design Wiki|website=[[GitHub]] }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jupyter [[Notebook interface|Notebook]] (formerly IPython Notebook) is a [[Rich Internet Application|web-based interactive]] computational environment for creating, executing, and visualizing Jupyter notebooks. It is similar to the notebook interface of other programs such as [[Maple (software)|Maple]], [[Wolfram Mathematica|Mathematica]], and [[SageMath]], a computational interface style that originated with Mathematica in the 1980s.&amp;lt;ref name=&amp;quot;Somers2018&amp;quot;&amp;gt;{{Cite news|url=https://www.theatlantic.com/science/archive/2018/04/the-scientific-paper-is-obsolete/556676/|title=The Scientific Paper Is Obsolete|last=Somers|first=James|work=The Atlantic|access-date=2018-04-10|language=en-US}}&amp;lt;/ref&amp;gt; It supports execution environments (aka kernels) in dozens of languages. By default Jupyter Notebook ships with the IPython kernel, but there are over 100 Jupyter kernels  as of May 2018.&lt;br /&gt;
&lt;br /&gt;
== In the media ==&lt;br /&gt;
IPython has been mentioned in the popular computing press and other popular media,&amp;lt;ref name=&amp;quot;press2&amp;quot;&amp;gt;{{cite web|title=Introducing IPython|date=12 September 2005|last=Koziol|first=Conrad|publisher=NewsForge|url=http://archive09.linux.com/feature/47635|access-date=14 June 2012|archive-date=7 June 2012|archive-url=https://web.archive.org/web/20120607065802/http://archive09.linux.com/feature/47635|url-status=dead}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=Somers2018/&amp;gt; and it has a presence at scientific conferences.&amp;lt;ref name=&amp;quot;press1&amp;quot;&amp;gt;{{cite web|url=https://ipython.org/presentation.html|title=IPython Presentations}}&amp;lt;/ref&amp;gt; For scientific and engineering work, it is often presented as a companion tool to [[matplotlib]].&amp;lt;ref name=&amp;quot;cise&amp;quot;&amp;gt;{{cite journal |last1=Pérez |first1=Fernando |last2=Granger |first2=Brian E. |title=IPython: A System for Interactive Scientific Computing |journal=Computing in Science &amp;amp; Engineering |volume=9 |pages=21–29 |number=3 |year=2007 |url=http://fperez.org/papers/ipython07_pe-gr_cise.pdf |url-status=dead |archive-url= https://web.archive.org/web/20100602042637/http://fperez.org/papers/ipython07_pe-gr_cise.pdf |archive-date= 2 June 2010 |access-date= 30 July 2015|doi=10.1109/MCSE.2007.53 |bibcode=2007CSE.....9c..21P |s2cid=16637923 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Grants and awards ==&lt;br /&gt;
Beginning 1 January 2013, the [[Alfred P. Sloan Foundation]] announced that it would support IPython development for two years.&amp;lt;ref&amp;gt;{{cite web|url=http://mail.scipy.org/pipermail/ipython-dev/2012-December/010799.html|title=Announcement in scipy mailing list|access-date=12 December 2012|archive-date=5 March 2016|archive-url=https://web.archive.org/web/20160305020306/https://mail.scipy.org/pipermail/ipython-dev/2012-December/010799.html|url-status=dead}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On 23 March 2013, [[Fernando Pérez (software developer)|Fernando Perez]] was awarded the Free Software Foundation [[Free Software Award for Projects of Social Benefit#Advancement of Free Software award|Advancement of Free Software award]] for IPython.&lt;br /&gt;
&lt;br /&gt;
In August 2013, [[Microsoft]] made a donation of $100,000 to sponsor IPython&amp;#039;s continued development.&amp;lt;ref&amp;gt;{{cite web|url=https://ipython.org/microsoft-donation-2013.html|title=IPython Announcement}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In January 2014, it won the [[Jolt Awards|Jolt Productivity Award]]&amp;lt;ref&amp;gt;{{cite web|url=http://www.drdobbs.com/joltawards/jolt-awards-coding-tools/240165725?pgno=5|title=Jolt Productivity Award write-up in Dr. Dobb&amp;#039;s}}&amp;lt;/ref&amp;gt; from [[Dr. Dobb&amp;#039;s]] in the category of coding tools. In July 2015, the project won a funding of $6 million from Gordon and Betty Moore Foundation, Alfred P. Sloan Foundation and  Leona M. and Harry B. Helmsley Charitable Trust.&amp;lt;ref&amp;gt;{{Cite news|url = https://www.moore.org/newsroom/press-releases/2015/07/07/$6m-for-uc-berkeley-and-cal-poly-to-expand-and-enhance-open-source-software-for-scientific-computing-and-data-science|title = $6M for UC Berkeley and Cal Poly to expand and enhance open-source software for scientific computing and data science|access-date = 13 August 2015}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In May 2018, it was awarded the 2017 ACM Software System Award.&amp;lt;ref&amp;gt;{{cite web|url=https://awards.acm.org/software-system|title=Recent Software System Award News}}&amp;lt;/ref&amp;gt; It is the largest team to have won the award.&amp;lt;ref&amp;gt;{{cite news|url = https://blog.jupyter.org/jupyter-receives-the-acm-software-system-award-d433b0dfe3a2|title=Jupyter receives the ACM Software System Award}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Portal|Free and open-source software|Computer programming}}&lt;br /&gt;
* [[Python (programming language)]]&lt;br /&gt;
* [[Electronic lab notebook]]&lt;br /&gt;
* [[SageMath]]&lt;br /&gt;
* [[Project Jupyter]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* {{Official website}}&lt;br /&gt;
* [https://github.com/ipython/ipython/blob/01bd59ec7c184171df0cb0d933c5672e8c20b67e/IPython/core/magics/pylab.py#L37-L100 Inline graphs]&lt;br /&gt;
* [https://jupyter.org/ Project Jupyter]&lt;br /&gt;
&lt;br /&gt;
[[Category:Command shells]]&lt;br /&gt;
[[Category:Free mathematics software]]&lt;br /&gt;
[[Category:Free software programmed in Python]]&lt;br /&gt;
[[Category:Notebook interface]]&lt;br /&gt;
[[Category:Python (programming language) development tools]]&lt;br /&gt;
[[Category:Software using the BSD license]]&lt;/div&gt;</summary>
		<author><name>imported&gt;1234qwer1234qwer4</name></author>
	</entry>
</feed>