Python shell in Emacs freezes when using matplotlib

前端 未结 2 1555
暖寄归人
暖寄归人 2020-12-18 06:32

I previously thought that was the issue with IPython, but today I tested again, here is what I did:

  1. Run emacs -Q in cmd window
  2. Open a .py
2条回答
  •  暖寄归人
    2020-12-18 07:01

    I think it would take sometime until the problem is fixed. Until some Windows user actually debugs python.el.

    Until then, why not try Emacs IPython Notebook? It is a better IPython binding for Emacs. You don't need to use the notebook part. You can think it as a replacement for python shell in python.el. (disclaimer: I am the author)

提交回复
热议问题