Skip to content

Instantly share code, notes, and snippets.

@tekeburak
Created February 22, 2018 00:07
Show Gist options
  • Save tekeburak/e3d0f5bdbcae6faae104b39f2ae6a889 to your computer and use it in GitHub Desktop.
Save tekeburak/e3d0f5bdbcae6faae104b39f2ae6a889 to your computer and use it in GitHub Desktop.
Generate auth tokens for Colab
# Generate auth tokens for Colab
from google.colab import auth
auth.authenticate_user()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment