Google Colab
Studio's SDKs can be used 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 foursquare.map-sdk
Usage
Get started by creating a map:
from foursquare.map_sdk import create_map
map = create_map(api_key="<api-key>")
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.
Updated 7 months ago