发布于 2017-02-25 00:23:37 | 133 次阅读 | 评论: 0 | 来源: 网友投递
IPython Python的命令行交互
IPython 是 Python 的原生交互式 shell 的增强版,可以完成许多不同寻常的任务,比如帮助实现并行化计算;主要使用它提供的交互性帮助,比如代码着色、改进了的命令行回调、制表符完成、宏功能以及改进了的交互式帮助。
IPython 5.3.0 发布了,
更新内容:
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.
下载地址: