Code Now
Code Now

Reputation: 771

Disappearance of all cell outputs of a jupyter notebook in Google Colab

I have a big problem. All cell outputs my Jupyter notebook in Google Colab are deleted. I do not know why, if I accidentally pressed "Restart and run all" or something similar. Is there any way to restore the state of the notebook from this disappearance of the cell outputs?

Can someone help me? Many thanks for any help

Upvotes: 2

Views: 2442

Answers (2)

Ethicist
Ethicist

Reputation: 827

Slightly old, but adding an answer here anyway. If it doesn't appear in the revision history there you can refresh the page at which the notebooks are present, and the output should reappear even if you had previously cleared it.

Upvotes: 1

Bob Smith
Bob Smith

Reputation: 38579

Check the revision history using the File -> Revision history menu.

Upvotes: 4

Related Questions