Riccardo Giorato
fixes
b5da431
def is_google_colab():
try:
import google.colab
return True
except:
return False