红联Linux门户
Linux帮助

IPython 5.3.0发布,Python命令行交互

发布时间:2017-02-25 09:11:24来源:红联作者:baihuo
IPython 5.3.0 发布了,IPython 是 Python 的原生交互式 shell 的增强版,可以完成许多不同寻常的任务,比如帮助实现并行化计算;主要使用它提供的交互性帮助,比如代码着色、改进了的命令行回调、制表符完成、宏功能以及改进了的交互式帮助。

更新内容:

Fix a bug in set_next_input leading to a crash of terminal IPython

Always wait for editor inputhook for terminal IPython

Disable _ipython_display_ in terminal

Update terminal colors to be more visible by default on windows

Add Ctrl-Z shortcut (suspend) in terminal debugger

Indent on new line by looking at the text before the cursor

Update QtEventloop integration to fix some matplotlib integration issues

Respect completions display style in terminal debugger

Add a config option TerminalInteractiveShell.extra_open_editor_shortcuts to enable extra shortcuts to open the input in an editor. These are v in vi mode, and C-X C-E in emacs mode.The F2 shortcut is always enabled.

下载地址:https://github.com/ipython/ipython/archive/5.3.0.zip

来自:开源中国社区
文章评论

共有 0 条评论