Can I do a citymap (mapbox) with a time slider or animation in python?

Is it possible to do a city level map (mapbox) with a time slider or animation n python?
I can’t seem to do it. Are there any examples / documentation?

Thanks.

Here’s a good example of an animation in Python with Mapbox:

Code: https://plot.ly/~jackluo/2181

Full-size plot: https://plot.ly/~jackluo/2164.embed

Just increase layout.mapbox.zoom to something like 20 to get a city-level view:

This example looks interesting. Any idea where I can find turbine_locations.csv?
Thanks.