InfEdit / utils.py
6kplus's picture
Upload 30 files
948429b
def is_google_colab():
try:
import google.colab
return True
except:
return False