Google Colab revision history were lost

Viewed 6921

The revisions I made in a google Colab virtual notebook all disappeared from past three days (I can still find older revision history before these missing 3 days). I can still see in history that I edited the file yesterday, but very strange no revision versions from any of past three days. Any way I can rescue code that I wrote in past three days? To be clearer, the current version I can see was from 3 days ago, any modification I made in past 3 days were gone, and no history can be found, except the editing history says I edited the file. Again,in short, my recently changed code all lost, anyway I can rescue...

1 Answers

Revision history is by default not permanent.

If you want to save a revision permanently, select

MENU > File > Save and pin revision

For older revisions in history, you can click on it and select

Name this revision

To keep it from being deleted.

Related