-
Notifications
You must be signed in to change notification settings - Fork 68
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
basic widgets not working #72
Comments
I am afk but was just testing on my phone. The Label appears to work but not the slider. I cannot troubleshoot right now. Could it be an issue with the jqueryui version? Cc @jasongrout |
is this the property that |
Yes, The slider is the only widget making use of jqueryui and "stop" refers to a method of the jqueryui slider handle. We need to check if there was a breaking change in jqueryui and the requirement in package.json for @jupyter-widgets/controls. |
@minrk I have opened a PR fixing this. The issue came from the use of the "slim" version of jquery. |
@SylvainCorlay thanks for finding and fixing it! Published 0.3.3 with this (and your restart button). |
Interact will need some work with the |
Thanks @minrk I will push out an example with C++ tomorrow :) |
@SylvainCorlay can you give some detail what kind of work will be needed, we would like to contribute to making sliders etc work. |
So all basic widgets should be working on thebelab. The |
thanks @SylvainCorlay. I see an output widget being implemented here https://github.com/minrk/thebelab/blob/master/src/output.js . Does this just need to be extended? |
cc @SylvainCorlay
basic widgets don't seem to be working right now:
gives
Error displaying widget
. js console shows:Maybe a version mismatch?
Reported by @lukasheinrich
The text was updated successfully, but these errors were encountered: