- Create Google Account
- Login to Colab (https://colab.research.google.com/)
- Start new notebook
- Install CARTOframes ( and other libraries)
- ! pip install cartoframes geopandas numpy pandas
- Mount your Google Drive
- #connect to Google Drive
- from google.colab import drive
- drive.mount('/content/gdrive')
- Save your credential JSON in your Google Drive
- Set your credential
- from cartoframes.auth import set default_credentials
- set_default_credentials('credential.json')