connect GCP

PHOTO EMBED

Sat Aug 13 2022 09:10:57 GMT+0000 (Coordinated Universal Time)

Saved by @jitvimol #python

# Connect to GCP
from google.colab import auth
# follow the link and get a token
auth.authenticate_user()
content_copyCOPY