from ipyleaflet import Map, ScaleControl
m = Map() scale = ScaleControl(position='bottomleft', imperial=False) m.add_control(scale)
m