-
Notifications
You must be signed in to change notification settings - Fork 46
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
using ipywidgets #12
Comments
The expected output is what you see. So to sum up : |
Yes, widgets are a bit experimental and we've not done any testing with jupyterlab really as it's only in beta (moved from alpha this year I believe). Will look at adding support for widgets in jupyterlab in a future release, if you've any ideas as to what might be needed to support jupyterlab do post them here. |
Most of the things I tried with ipywidgets work well, but here I don't understand what's wrong.
When calling
foo('bar')
directly it works well : 'bar' is printed in the Output widget.When pressing the button it doesn't.
Doing exactly the same thing with a python kernel works.
The text was updated successfully, but these errors were encountered: