ipyleaflet
ipyleaflet copied to clipboard
when passing attribution_control=True, it gets added twice
import ipyleaflet
m = ipyleaflet.Map(attribution_control=True)
m
Results in
This was introduced in https://github.com/jupyter-widgets/ipyleaflet/pull/398