使用matplotlib时Emacs中的Python shell冻结

使用matplotlib时Emacs中的Python shell冻结,第1张

使用matplotlib时Emacs中的Python shell冻结

一种解决方案是:

(setq python-shell-interpreter "C:\YourPython3Dist\python.exe"      python-shell-interpreter-args "-i C:\YourPython3Dist\scripts\ipython3-script.py console --pylab=qt")

参数

console
在ipython-script.py的调用是重要的!

在带有qt后端的Python 3中,它对我有用。我不知道如何与py 2.7一起使用。(如果支持这些参数,应该没问题

ipytho-script.py



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5663263.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存