726f3b0 6887d0a 8c2113d 6887d0a 726f3b0
1
2
3
4
5
6
import os def is_google_colab(): if os.getenv("COLAB_RELEASE_TAG"): return True return False