blob: 8cd63f0ddc532254b89b80e58c39add25ce875e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
IPython is a replacement shell for Python programming. It offers an enhanced
Python shell for the terminal.
The following additional features may be enabled by installing the listed
optional dependencies:
* parallel computing: pyzmq
* Qt console: Pygments, pyzmq
* nbconvert: pandoc, Pygments, Sphinx
* notebook: Jinja2, pyzmq, tornado
* plotting: matplotlib
* LaTeX in notebooks: ipython-mathjax
* documentation: matplotlib, Pygments, Sphinx (also set DOCS=yes)
|