Time slidder widget

I have several scatterplot graphs for a time interval (one per minute). How can I implement a slider widget to select a time and display the changes in my scatterplot? currently only the color of the marker changes (based on a colorscale). I am using offline plotting to create standalone htmls and am not using jupyter notebooks. My hope is that I can create one single html with the slider function that updates the plot rather than dealing with several html files per minute. thanks