Google Colab

Studio's SDKs can be used in Google Colab.

Map SDK in Google Colab.

Map SDK in Google Colab.

Installing

Google Colab installs packages from within a Python notebook. In a cell at the top of the notebook, run:

!pip install unfolded.map-sdk

Usage

Get started by creating a map:

from unfolded.map_sdk import create_map
map = create_map()
map

The full Map SDK API is accessible in the Google Colab environment. Consult our example notebooks for interactive examples that can be run on Google Colab.


Sign In