You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
ipywidgets introduced DatePicker in version 6.0. When using paramnb with ipywidgets before 6.0, you get a text widget - and when the string is passed to param.Date you get a validation error because it's not a datetime.
I guess the two options are either to ignore this (things change so fast we can't support old ipywidgets, right?) or for paramnb to create a datetime from the string.
The text was updated successfully, but these errors were encountered:
Having tried @jbednar's recent notebook I've also noticed that it's not working correctly even with ipywidgets 6.0 at least under some conditions. Haven't yet investigated further.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ipywidgets introduced DatePicker in version 6.0. When using paramnb with ipywidgets before 6.0, you get a text widget - and when the string is passed to param.Date you get a validation error because it's not a datetime.
I guess the two options are either to ignore this (things change so fast we can't support old ipywidgets, right?) or for paramnb to create a datetime from the string.
The text was updated successfully, but these errors were encountered: