foursquare / fsq-studio-sdk-examples

Foursquare Studio is a platform to visualize, unify, enrich, and analyze spatial data on a planetary scale.
https://studio.foursquare.com
MIT License
18 stars 12 forks source link

Notebook updates for Colab #42

Closed kylebarron closed 2 years ago

kylebarron commented 2 years ago

Changes

ibgreen commented 2 years ago

Use a literal height=500 in the UnfoldedMap constructor. When the Colab widget starts with the default height=100% the height is very small for some reason. Providing a literal height=500 should make the output consistent across platforms.

Can we detect colab in some way and do this inside our SDK instead?

kylebarron commented 2 years ago

I think this is essentially ready to go once we publish the next version of the Map SDK