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
by default - ipyautoui saves the .value as a jsonable type. this makes reading / writing data from various sources easier.
I think that ipywidgets has some built in to_json / from_json functionality... might be worth using that for reading / writing... potentially allowing the ipyautoui value to have python types.....
The text was updated successfully, but these errors were encountered:
by default - ipyautoui saves the
.value
as a jsonable type. this makes reading / writing data from various sources easier.I think that ipywidgets has some built in
to_json
/from_json
functionality... might be worth using that for reading / writing... potentially allowing theipyautoui
value to have python types.....The text was updated successfully, but these errors were encountered: