IPython 1.0 发布了,下载地址:https://github.com/ipython/ipython/releases/tag/rel-1.0.0
IPython 1.0 要求 Python ≥ 2.6.5 or ≥ 3.2.1. 不支持 Python 3.0, 3.1, or 2.5.
这是一个重大的更新版本,包含:
~12 months of work.
~700 pull requests merged.
~600 issues closed (non-pull requests).
contributions from ~150 authors.
~4000 commits.
详细介绍请看http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html
IPython 是 Python 的原生交互式 shell 的增强版,可以完成许多不同寻常的任务,比如帮助实现并行化计算;主要使用它提供的交互性帮助,比如代码着色、改进了的命令行回调、制表符完成、宏功能以及改进了的交互式帮助。
来自:开源中国社区

