Differences between revisions 1 and 2
Revision 1 as of 2008-12-27 19:55:06
Size: 1363
Comment: initial version
Revision 2 as of 2022-04-05 00:54:53
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= IPython =

== Description ==
From the IPython website:

IPython is a multiplatform, Free Software project (BSD licensed) that offers:

 * An enhanced Python shell designed for efficient interactive work. It includes many enhancements over the default Python shell, including the ability for controlling interactively all major GUI toolkits in a non-blocking manner.
 * A library to build customized interactive environments using Python as the basic language (but with the possibility of having extended or alternate syntaxes).
 * A system for interactive distributed and parallel computing (this is part of IPython's new development).

== License ==

BSD

== SPKG Maintainers ==

 * Mike Hanson
 * Michael Abshoff

== Upstream Contact ==

http://ipython.scipy.org/

[email protected]

[email protected]

== Dependencies ==

 * Python

== Special Update/Build Instructions ==

 * None for the current release

== Changelog ==

=== ipython-0.8.4.p0 (Mike Hansen July 15, 2008) ===
 * update to the official 0.8.4 release

=== ipython-0.8.2.p0 (Michael Abshoff, May 11, 2008) ===
 * add hg repo & .hgignore
 * clean up spkg-install
 * make sure SAGE_LOCAL is defined (#633)

=== ipython-0.8.2 (Burcin Erocal, May 11, 2008) ===
 * update to the official IPython 0.8.2 release
 * remove workaround patches