from ipyleaflet import Map, FullScreenControl
m = Map(zoom=5) control = FullScreenControl() m.add_control(control) m