JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
522 stars 77 forks source link

Sliders not appearing with Interact #421

Open dlfivefifty opened 5 months ago

dlfivefifty commented 5 months ago

I just tried to use Interact.jl but sliders aren't appearing:

image

I've installed via julia> Conda.pip("install", "webio_jupyter_extension")

kdheepak commented 5 months ago

I'm having the same issue:

image image

I've tried different installation methods.

benbaz-2 commented 1 month ago

I have the same problem. It looks like it is running but it just can't display the slider. I am able to display a slider using WebIO so it must be a problem with Interact. image