私は ipython に慣れてきましたが、今では奇妙なエラーになります: Kernel Has Died この問題を克服するための簡単なワークフローを提案できる人はいますか?
[IPKernelApp] --existing kernel-dc484a8e-c822-46b1-bc6d-a1e019a67258.json
[NotebookApp] Kernel dc484a8e-c822-46b1-bc6d-a1e019a67258 failed to respond to heartbeat
私も次のようになります。
"The kernel has died, would you like to restart it? If you do not restart the kernel, you will be able to save the notebook, but running code will not work until the notebook is reopened."
この問題は、命令を実行しようとすると常に発生します。
pieces = {'G-C': Cond.ix[:, [1]],
'G-M': M.ix[:, [1]],
'G-M+A': MA.ix[:, [1]],
'G-M+T': MT.ix[:, [1]],
'G-L': L.ix[:, [1]],
'G-L+A': MA.ix[:, [1]],
'G-L+T': LT.ix[:, [1]]
}