This Get Started guide is intended as a quick way to start programming with leafmap. You can try out leafmap by using Goolge Colab () without having to install anything on your computer.
conda activate geo
jupyter notebook
import leafmap
import leafmap.foliumap as leafmap
m = leafmap.Map(center=(40, -100), zoom=4)
m