42472b3
1
2
3
4
5
6
import os def is_google_colab(): if os.getenv("COLAB_RELEASE_TAG"): return True return False