How to recover a notebook emptied after kernel crash?

前端 未结 3 563
迷失自我
迷失自我 2021-02-13 18:14

While working in an ipython notebook, eventually I had to Ctrl+C as the kernel seemed to be halted.

The console gave me a message like:

[NotebookApp] Ker         


        
3条回答
  •  故里飘歌
    2021-02-13 18:41

    You can check in .ipynb_checkpoints/ in the folder where your notebook was for recent enough version of IPython.

提交回复
热议问题