IPython v5.0.0 发布
jopen 8年前
<p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/226b213ae81d7f6da5c5fb62285fce75.png" /></p> <p><strong>IPython</strong> 是一个 python 的交互式 shell,比默认的python shell 好用得多,支持变量自动补全,自动缩进,支持 bash shell 命令,内置了许多很有用的功能和函数。在ubuntu 下只要 sudo apt-get install ipython 就装好了,通过 ipython 启动。</p> <h2>更新日志</h2> <ul> <li>Syntax highlighting as you type</li> <li>Real multi-line editing (up and down arrow keys move between lines)</li> <li>Multi-line paste without breaking indentation or immediately executing code</li> <li>Better code completion interface (we plan to improve that more)</li> <li>Optional mouse support</li> <li>详细见:<a href="/misc/goto?guid=4958992005809270542">ipython-5-0-released</a></li> </ul> <h2>下载</h2> <ul> <li><a href="/misc/goto?guid=4958992005929963877" rel="nofollow"><strong>Source code</strong> (zip)</a></li> <li><a href="/misc/goto?guid=4958992006048558935" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li> </ul> <h2> </h2>