Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

resetting colaboratory to factory settings

I stupidly (?) pip-installed tensorflow-gpu, and now import tensorflow as tf fails with an error (it can't find some shared libraries). Is there a way to reset the environment to "factory settings"?

like image 946
Igor Rivin Avatar asked Apr 22 '18 00:04

Igor Rivin


People also ask

How do I factory reset my Colab?

To clear all output from your notebook, goto 'edit -> clear all output'. This is equivalent to resetting the virtual machine colab is running in.

How do I clear all output on Google Colab?

To clear outputs, go to 'EDIT' and 'clear all outputs'. If you want to reset all packages, data files etc.

Does colab delete data?

Files that you save in Google Colab are there only for the duration of the session - they will all get deleted when you end it.


Video Answer


1 Answers

To drop your current backend and start fresh with a new one, select the command 'Reset all runtimes...' from the Runtime menu.

enter image description here

like image 89
Ami F Avatar answered Oct 04 '22 19:10

Ami F