In leaflet.js it is possible to have multiple basemaps that show up in radio boxes at the top of LayerControl:
With IPyLeaflet I can do map.add_layer(tile_layer)
, but that is not the same as the leaflet example as the layer does not show up as a basemap layer in the LayerControl, and every basemap added this way will be loaded into the map and visible at the same time:
How can I do this in IPyLeaflet?