Please add a code sample or a nbviewer link, copy-pastable if possible
I am trying to follow this guide, however, I get the same made twice even when I use https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/HeatMapWithTime.ipynb
# hm = plugins.HeatMapWithTime(
data,
index=time_index,
auto_play=True,
max_opacity=0.3
)
Output of folium.__version__