blob: 2764278e1b8854b7c18ada5ca9b1b126b110ecc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|