-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ make autoui compatible with solara #289
Comments
agree this would be great... |
I will give it a try. Is there something similar for the ipywidget based version as well? |
currently in solara also wraps ipywidget based syntax in react-like syntax they use in reacton https://reacton.solara.dev/en/latest/libraries/. I think for I created a branch/ PR #291 where I did an initial test in making an ipyautoui reacton wrapper... I'd love to see this progressed, but realistically I'm not gonna be able to put much time towards at least for the foreseeable... |
Thanks for the work! After working some more on our prototype, we found that working with the vue components is the better fit for solara. So probably it is not worth the effort to work in the ipywidgets version in the first place. The vjsf component works just finde even with dynamic schema changes. |
glad its working for you with |
Is your feature request related to a problem? Please describe.
it would be great to use autoui in solara
Describe the solution you'd like
should display the correct form.
Describe alternatives you've considered
I tried to use it in its current form and get the following error:
AttributeError: property 'schema' of 'AutoVjsf' object has no setter
Additional context
solara seams like a really great way to build UIs with ipywidgets.
The text was updated successfully, but these errors were encountered: