In [ ]:
from ipyleaflet import Map, FullScreenControl

In [ ]:
m = Map(zoom=5)
control = FullScreenControl()
m.add_control(control)
m