I know that ipywidgets have a datepicker widget and its pretty cool. However, I'm hoping I can also pick the time for that date. I haven't been able to see in the ipywidgets documentation an option to do that. I found a library called ipydatetime, here's the documentation (https://ipydatetime.readthedocs.io/en/latest/examples/introduction.html) that in theory should do the trick but it doesn't even show up when I create the widget in jupyter notebooks.
Any help would be highly appreaciated.