File size: 112 Bytes
d40ec63
2740d7b
6fef67a
 
2740d7b
6fef67a
1
2
3
4
5
6
def is_google_colab():
    try:
        import google.colab
        return True
    except:
        return False