Uncomment the following line to install leafmap if needed.
# !pip install leafmap
import leafmap.leafmap as leafmap
Select 100 basemaps
layers = list(leafmap.basemaps.keys())[17:117]
# layers
Print out the labels
print(layers[:10])
Create linked maps of 100 basemaps
leafmap.linked_maps(rows=20, cols=5, height="200px", layers=layers, labels=layers)