IPython:如何在 Windows 中激活 emacs 键绑定?

IPython: How to activate emacs key bindings in Windows?

如果我在 bash shell 中开始 IPython,我会得到 emacs 快捷方式,例如 Ctrl-k 删除直到行尾或 Ctrl-A 转到该行的开头。

但是当我从dos 提示符启动时,我没有。如何在 Windows IPython?

中激活 emacs 快捷方式

只需安装 Anaconda 并使用以下命令启动控制台:

jupyter qtconsole

这是在 Windows 中高效 Python shell 的最佳方式。