-
Notifications
You must be signed in to change notification settings - Fork 19
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
interact-based widgets do not render #8
Comments
I did some investigating on this, and it is caused by the model being different than the other models we deal with. Instead of having the information we normally expect, it has a list of child models. I'll try to get a fix for this tomorrow. |
If that’s the case, then it is probably also related to the issue around Boxes and Accordions not rendered correctly because they are child_views. Let us know what you find out. |
nteract/nteract#4640 for sake of tracking. I'll investigate both |
I was able to dig deeper into this, and it may be a tricky one to fix. It basically follows these steps:
|
I'm guessing this is the same issue with Accordion and Tabs, as the model state given to them also only has children. No view information. |
Rendering issues cause by #3 |
@captainsafia , we are also running into issues with nteract and interact ipywidgets in our most recent project. Are there any plans to support this in near future? |
Same issue with an asynchronous slider response, is there a list of widgets that can be used with an asynchronous response? |
In the
Using Interact
example notebook, the horizontal slider does not render when the interact code is executed.The text was updated successfully, but these errors were encountered: