-
Notifications
You must be signed in to change notification settings - Fork 390
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 don't seem to work on mybinder.org #840
Comments
Hi! widgets should work. If I launch https://github.com/binder-examples/requirements I can paste the following simple widget code: import ipywidgets as widgets
widgets.IntSlider() and get a slider that slides. TL;DR: It should just work. As a general comment: for support questions like this (discussions that aren't about making changes to the binderhub repo itself) it is better to create a thread on http://discourse.jupyter.org/ as it has more readers and is indexed by google so future readers will have an easier time finding similar issues/solutions. |
If I replace |
HI, I should have been more clear. The sliders do render in my notebook, as do the plots. But moving the sliders doesn't update the plot. |
OK, I fixed the problem as I was missing a thanks for your help! |
I have a python notebook [here])https://github.com/sg-s/rent-or-buy) that uses ipywidgets to enable interactivity.
However, on binder, the notebook renders without any errors, but the widgets seem "dead", and don't update plots.
Link to binder live notebook
Thanks in advance
The text was updated successfully, but these errors were encountered: