Uncomment the following line to install leafmap if needed.
# %pip install -U leafmap
import leafmap
If you are using a recently implemented leafmap feature that has not yet been released to PyPI or conda-forge, you can uncomment the following line to install the development version from GitHub.
# leafmap.update_package()
Create an interactive map.
m = leafmap.Map()
m