Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/ipython/SPKG.txt
8815 views
1
= IPython =
2
3
== Description ==
4
From the IPython website:
5
6
IPython is a multiplatform, Free Software project (BSD licensed) that offers:
7
8
* An enhanced Python shell designed for efficient interactive
9
work. It includes many enhancements over the default Python shell,
10
including the ability for controlling interactively all major GUI
11
toolkits in a non-blocking manner.
12
* A library to build customized interactive environments using Python
13
as the basic language (but with the possibility of having extended
14
or alternate syntaxes).
15
* A system for interactive distributed and parallel computing (this is
16
part of IPython's new development).
17
18
== License ==
19
20
BSD
21
22
== SPKG Maintainers ==
23
24
* Jason Grout
25
* William Stein
26
27
== Upstream Contact ==
28
29
http://ipython.scipy.org/
30
31
[email protected]
32
33
[email protected]
34
35
== Dependencies ==
36
37
* Python
38
39
== Patches ==
40
41
* 0001-Allow-InputTransformers-to-raise-SyntaxErrors.patch: See
42
https://github.com/ipython/ipython/pull/4504. This patch allows
43
Sage to raise SyntaxErrors for our extensions to the Python language.
44
45