I just merged a PR that’ll provide a similar functionality! Instead of a slider we’ve updated the date_input to accept a range. This should be coming out soon in a future release.
Hello, sorry I am very new to git and python. How can I update my streamlit to use your updated feature?
I installed my streamlit on conda with pip install streamlit
Thank you!
if you are patient, you can wait for the next Streamlit release which is 0.61 then you will be able to update streamlit with pip install -U streamlit.
if you are not patient you can try the nightly build, which requires you to uninstall Streamlit pip uninstall streamlit and install the nightly build pip install streamlit-nightly in your conda env. This is a little more involved and though there should not be any problems, I recommend you instead create a new conda environment and install streamlit-nightly there so you have your normal Streamlit environment and a new cutting-edge Streamlit environment with the new date-picker .
I was eagerly awaiting a date range option, too. I just tried the new 0.61 version and date range picker. It works, but for multi-month ranges it feels awkward.
Is there a simple slider object with dates instead of floats possible/ in the pipeline?