How can I open an IPython notebook without the output?

前端 未结 4 1010
感情败类
感情败类 2021-02-01 07:25

I have an IPython notebook where I\'ve accidentally dumped a huge output (15 MB) that crashed the notebook. Now when I open the notebook and attempt to delete the troubleso

4条回答
  •  情深已故
    2021-02-01 07:37

    As for later versions of jupyter, there is a Restart Kernel and Clear All Outputs... option that clears the outputs but also removed the variables.

提交回复
热议问题