Gauri Kishor Damle
t
1fd4e85
def is_google_colab():
try:
import google.colab
return True
except:
return False