IPython 显示问题

为什么我的emacs中使用IPython显示的是这样的?

看起来是 IPython 的 Prompt 的颜色导致的,可以试把把它去掉(--simple-prompt

(setq python-shell-interpreter      "ipython-2.7"
      python-shell-interpreter-args "--simple-prompt -i")
1 个赞

加入之后好了,非常感谢!!! (setq python-shell-interpreter-args “–simple-prompt -i”)