Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 54505

IPython 5.3.0 发布,Python 命令行交互

$
0
0

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

_images/ipy_0.13.png

更新内容:

  • 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.

下载地址:


Viewing all articles
Browse latest Browse all 54505

Trending Articles