IPython v5.3.0 发布

jopen 7年前
   <p style="text-align: center;"><strong><img alt="" src="https://simg.open-open.com/show/226b213ae81d7f6da5c5fb62285fce75.png" /></strong></p>    <p> </p>    <p><strong>IPython</strong> 是一个 python 的交互式 shell,比默认的python shell 好用得多,支持变量自动补全,自动缩进,支持 bash shell 命令,内置了许多很有用的功能和函数。在ubuntu 下只要 sudo apt-get install ipython 就装好了,通过 ipython 启动。</p>    <h2>更新日志</h2>    <ul>     <li>Fix a bug in <code>set_next_input</code> leading to a crash of terminal IPython. <a href="/misc/goto?guid=4959000594168897229">PR #10231</a>, <a href="/misc/goto?guid=4959000594282596178">#10296</a>, <a href="/misc/goto?guid=4959000594403596471">#10229</a></li>     <li>Always wait for editor inputhook for terminal IPython <a href="/misc/goto?guid=4959000594509840313">PR #10239</a>, <a href="/misc/goto?guid=4959000594614934930">PR #10240</a></li>     <li>Disable <code>_ipython_display_</code> in terminal <a href="/misc/goto?guid=4959000594728964540">PR #10249</a>, <a href="/misc/goto?guid=4959000594846653805">PR #10274</a></li>     <li>Update terminal colors to be more visible by default on windows <a href="/misc/goto?guid=4959000594957609272">PR #10260</a>, <a href="/misc/goto?guid=4959000595073377726">PR #10238</a>, <a href="/misc/goto?guid=4959000595193376791">#10281</a></li>     <li>Add Ctrl-Z shortcut (suspend) in terminal debugger <a href="/misc/goto?guid=4959000595289105875">PR #10254</a>, <a href="/misc/goto?guid=4959000595396558546">#10273</a></li>     <li>Indent on new line by looking at the text before the cursor <a href="/misc/goto?guid=4959000595512787685">PR #10264</a>, <a href="/misc/goto?guid=4959000595601132153">PR #10275</a>, <a href="/misc/goto?guid=4959000595707635601">#9283</a></li>     <li>Update QtEventloop integration to fix some matplotlib integration issues<a href="/misc/goto?guid=4959000595808635524">PR #10201</a>, <a href="/misc/goto?guid=4959000595918837126">PR #10311</a>, <a href="/misc/goto?guid=4959000596027802261">#10201</a></li>     <li>Respect completions display style in terminal debugger <a href="/misc/goto?guid=4959000596143381444">PR #10305</a>, <a href="/misc/goto?guid=4959000596263735692">PR #10313</a></li>     <li>Add a config option <code>TerminalInteractiveShell.extra_open_editor_shortcuts</code>to enable extra shortcuts to open the input in an editor. These are <code>v</code> in vi mode, and <code>C-X C-E</code> in emacs mode (<a href="/misc/goto?guid=4959000596381177726">PR #10330</a>). The <code>F2</code> shortcut is always enabled.</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4959000596500120878" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4959000596603621985" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/32f1f8ed">http://www.open-open.com/news/view/32f1f8ed</a></p>