IPython 5.3.0 发布了,IPython 是 Python 的原生交互式 shell 的增强版,可以完成许多不同寻常的任务,比如帮助实现并行化计算;主要使用它提供的交互性帮助,比如代码着色、改进了的命令行回调、制表符完成、宏功能以及改进了的交互式帮助。
更新内容:
Fix a bug in
set_next_input
leading to a crash of terminal IPythonAlways wait for editor inputhook for terminal IPython
Disable
_ipython_display_
in terminalUpdate 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 arev
in vi mode, andC-X C-E
in emacs mode.TheF2
shortcut is always enabled.
下载地址: