gpt4 book ai didi

python - 未知后端 : No event loop integration for u'inline' when enable inline matplotlib in emacs python notebook

转载 作者:太空宇宙 更新时间:2023-11-03 13:59:32 25 4
gpt4 key购买 nike

我正在尝试在 emacs 中启用 python 笔记本。我按照此页面的说明进行操作:https://realpython.com/blog/python/emacs-the-best-python-editor/

当我尝试执行“%matplotlib inline”以便可以内联显示绘图时,出现以下错误:

“UnknownBackend:u'inline'没有事件循环集成。支持的事件循环有:qt、qt4、qt5、gtk、gtk2、gtk3、tk、wx、pyglet、glut、OSX”

我的emacs是24.4,jupyter笔记本版本是4.3

谢谢

最佳答案

如果您在 osx 上运行 matplotlib,这有助于解决我的问题:

  1. 我升级到 matplotlib-2.2.0 by now there is a new version 2.2.0
  2. 导入 matplotlib
  3. 导入 matplotlib 后直接调用 matplotlib.use('TkAgg')。( comments
  4. 导入 pyplot
  5. 调用 pyplot.plot()。
  6. 调用%matplotlib osx

我必须调用 %matplotlib osx 而不是 %matplotlib inline one of the comment mentiond it

之后就成功了。

关于python - 未知后端 : No event loop integration for u'inline' when enable inline matplotlib in emacs python notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49347477/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com