Evel_Space / utils.py
emkdb's picture
Duplicate from Evel/Evel_Space
cb18820
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False