-
Notifications
You must be signed in to change notification settings - Fork 17
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
ipywidgets 8 support #99
Comments
Thanks for the heads up. |
Maybe it has been working by accident so far. Change I'm trying that seems to make it work: - display(ui, out, display_id=display_id)
+ display(ipywidgets.widgets.VBox([ui, out]), display_id=f"{display_id}.widgets") The first issue is that with The second issue is that later rendering of |
Sometimes it's better to be lucky than good. |
Only worked on my computer https://gist.github.com/datakurre/c1c4c4f31bf3438a4232e082d2af2b4a |
Oh, just "accident". Works now. |
I'd love to be able to persist state of RobotKernel keyword button widgets so that keyword buttons would work from executed notebooks without re-executing the whole notebook. Would make even more sense with Lite (maybe we have ubiquitous Lite rendering for ipynb files some day). Last time, I tried, I could not find how it could work with back then versions of Classic Notebook or Lab. Will re-read docs and try again, once ipywidgets 8 is ready. |
Hello, thank you for great kernel.
modify result of all buttons, not just the pressed one. Neither code from 1.6rc1
did not work for me, cause So I ended up with dirty solution:
|
Thanks for the heads up. I have not tried this yet with final ipywidgets release. |
ipywidgets 8 has an RC out:
https://pypi.org/project/ipywidgets/8.0.0rc0/
Here's a gist that uses it:
https://gist.github.com/bollwyvl/e076adf9e761b2ba2a7485b7f9376f0a
It looks like we can't yet draw some of the inline widgets.
The text was updated successfully, but these errors were encountered: