-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
API for widgets to return possible bind values #1600
Conversation
Can use the new stuff from #1612 ! |
I just realised: the possible bind values should stay in the notebook process, because they might not be serializable...... You only want the outside process to know the length, and to say e.g. "set bound variable x to the 17th possible value". Will come back to this next week! |
I think the collected values should correspond to the JavaScript possible values so they should be serializable. If we collect Julia values then the Message pack hashes for the files will be wrong. The Julia can still be found by using the js->jl transform. Also see JuliaPluto/PlutoUI.jl#152. |
See:
(We will merge this after the functionality in PlutoSliderServer is finished)