maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
38 stars 5 forks source link

♻️ improve support of non-jsonable types #313

Open jgunstone opened 2 months ago

jgunstone commented 2 months ago

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.....