After installing pydeck, I set the MAPBOX_ACCESS_TOKEN:
export
MAPBOX_ACCESS_TOKEN=pk.eyJ1Ijoibmlrb2dhbXVsaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxlRyMZPMp4ASJ0yyA
When I run jupyter notebook in which I try to display a map, however, I get a warning:
UserWarning: Mapbox API key is not set. This may impact available features of pydeck.
does anyone know how to correctly setup the mapbox access token for pydeck?