opengeos / leafmap

A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
https://leafmap.org
MIT License
3.23k stars 388 forks source link

improvement: support marimo notebooks #973

Closed mscolnick closed 1 week ago

mscolnick commented 1 week ago

marimo notebooks need to use folium instead of ipyleaflet as the default backend. This check would allow users to copy/paste the examples on the leamap docs without modifying the code

giswqs commented 1 week ago

@mscolnick Thank you for the improvement. It is great to see that Marimo supports leafmap now. I just released a new version that includes this PR.

mscolnick commented 1 week ago

thank you @giswqs! we are getting a lot of leafmap users, so it is great to see your support as well