-
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
ipywidget sliders disappear on use #33
Comments
Thanks for opening this issue, @lukejanicke! I was able to reproduce the issue that you've referenced here. I think the issue is a bug in how we currently interpret
This message is supposed to clear the output that displays We'll have to investigate how to only clear out the intended output instead of all outputs in the cell when we receive the We are releasing the March release tomorrow so this likely won't happen by then but tagging this for the April release. |
This is still an issue as of v0.25. I am able to run the example from the ipywidgets Getting Started:
However, the above code in nteract v0.25, Mac OS 10.14.6 only outputs 10. If this could be fixed that would be awesome and my students (and I!) would really appreciate it. |
I agree with all the above. This would be great for my lectures in the next semester. |
Moving this to the outputs repo where the ipywidgets transform now lives. |
I just tested this on v0.28.0 and am having the same issue. |
Application or Package Used
nteract desktop
Describe the bug
ipywidget sliders dissapear when they are used.
To Reproduce
Expected behavior
The output should update to show the product of the three slider numbers.
Screenshots
Desktop
macOS Catalina 10.15.4
nteract 0.22.0
Python 3.7.7
ipywidgets 7.5.1
Additional context
I am trying to reproduce the example here from ipywidgets documentation. The documentation example is not for nteract, but every modified version with
display
also fails to show the sliders.The text was updated successfully, but these errors were encountered: