JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
520 stars 75 forks source link

Widgets not working accessing notebook server through ssh tunnel #389

Closed jebej closed 3 years ago

jebej commented 3 years ago

If I run a notebook server on a remote computer, and access a notebook under ssh port forwarding, things mostly work, except for widget execution.

To be clear, the widgets themselves do appear, but if, e.g., I move a slider to modify a plot, the plot doesn't change. Things work when viewing the notebook locally.

I assume some communication is being blocked. How can I get this setup to work?

twavv commented 3 years ago

Try with the latest version of WebIO. Can re-open if you're still having issues.