IPython笔记本内核周期性死亡

IPython笔记本内核周期性死亡,ipython,enthought,ipython-notebook,Ipython,Enthought,Ipython Notebook,运行Linux Mint 13 Maya(64位) 在EPD7.3.2(学术版)和Canopy上,当运行笔记本时,内核会定期死亡。我得到一个弹出窗口,允许我重新启动内核。我在终端窗口中看到: $ ipython notebook --pylab inline --notebook-dir=*** [NotebookApp] Using existing profile dir: u'*****.config/ipython/profile_default' [NotebookApp] Servi

运行Linux Mint 13 Maya(64位)

在EPD7.3.2(学术版)和Canopy上,当运行笔记本时,内核会定期死亡。我得到一个弹出窗口,允许我重新启动内核。我在终端窗口中看到:

$ ipython notebook --pylab inline --notebook-dir=***
[NotebookApp] Using existing profile dir: u'*****.config/ipython/profile_default'
[NotebookApp] Serving notebooks from *****
[NotebookApp] The IPython Notebook is running at: http://127.0.0.1:8888/
[NotebookApp] Use Control-C to stop this server and shut down all kernels.
[NotebookApp] Using MathJax from CDN: http://cdn.mathjax.org/mathjax/latest/MathJax.js
[NotebookApp] Kernel started: 5425f0fa-38cc-4e1e-a39d-736d3ac935e3
[NotebookApp] Connecting to: tcp://127.0.0.1:33939
[NotebookApp] Connecting to: tcp://127.0.0.1:52824
[NotebookApp] Connecting to: tcp://127.0.0.1:54440
[IPKernelApp] To connect another client to this kernel, use:
[IPKernelApp] --existing kernel-5425f0fa-38cc-4e1e-a39d-736d3ac935e3.json
[NotebookApp] Kernel 5425f0fa-38cc-4e1e-a39d-736d3ac935e3 failed to respond to heartbeat
[NotebookApp] Kernel started: dc484a8e-c822-46b1-bc6d-a1e019a67258
[NotebookApp] Connecting to: tcp://127.0.0.1:45376
[NotebookApp] Connecting to: tcp://127.0.0.1:54515
[NotebookApp] Connecting to: tcp://127.0.0.1:51380
[IPKernelApp] To connect another client to this kernel, use:
[IPKernelApp] --existing kernel-dc484a8e-c822-46b1-bc6d-a1e019a67258.json
[NotebookApp] Kernel dc484a8e-c822-46b1-bc6d-a1e019a67258 failed to respond to heartbeat

您的问题看起来类似于。它可能会在更新的IPython版本中解决,或者您可以在那里找到建议。

我在使用最新的Enthound Canopy Express(免EPD)时遇到同样的问题。为了解决这个问题,我刚刚将IPython升级到0.13.1,它停止死机,并开始像我的另一个(标准自制的)IPython安装一样顺利工作。

我遇到了类似的问题,当我重新启动系统时,导入任何类似sklearn或Skipage的东西,它会给出类似“内核似乎已死亡。它将自动重新启动”这样的信息然后它根本就不会重新启动,我必须重新安装canopy,然后安装我需要的所有软件包。
有没有办法修理顶棚然后重新安装? 为什么这种情况经常发生