Skip to content
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

widgets error (websocket): in callback `on-message' Publisher's subscribers had errors #547

Open
gmoutso opened this issue Jul 4, 2024 · 0 comments

Comments

@gmoutso
Copy link

gmoutso commented Jul 4, 2024

I want to try out the experimental widgets support. My hope is that I will be able to use python pyviz (namely panel with ipywidgets) in a docker/ssh environment where only one port is accessible (the jupyter server's). I am not sure if what I want would work, so I tried something simpler. I run a repl connected locally to a jupyter server. Inside I run

import ipywidgets
slider = ipywidgets.IntSlider(start=0, end=10)
slider

Is this supposed to work? I get an IntSlider in the output of the REPL, but no browser pop-up and this warning pops up instead

Error (websocket): in callback `on-message': Publisher's subscribers had errors: (jupyter-publisher-subscribers-had-errors (json-error ....

This error seems to be different to #491 that says invalid-slot-name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant