ChenWu98's picture
Copy template
49c69e8
def is_google_colab():
try:
import google.colab
return True
except:
return False