Slider Range Control

I’m working on jupyter and want to create a dynamic scatter plot. I have 3 dimensions : time, power and temperature. I want to show a scatter plot with X=temperature and Y=power for observations in a giver time range. My data is over many years and I want to be able to see a specific month/week.

How can I do that?