PlutoSliderServer.jl icon indicating copy to clipboard operation
PlutoSliderServer.jl copied to clipboard

Sliders are greyed out using github pages

Open Ron-27 opened this issue 3 years ago • 1 comments

First of all I want to say thank you so much for the developers. This is an amazing tool! Second, I was able to use github pages to host my notebook, but for some reason the sliders are greyed out in the notebook (I only use the bind feature). Is there any step I'm missing in the configurations? Seems like it should work from what I read in the readme file.

Ron-27 avatar Aug 11 '22 16:08 Ron-27

Hey @Ron-27 ! You currently need a live running slider server to support interactive sliders, the github action alone will only generate the static HTML file.

Also take a look at #29, perhaps this is what you expected?

fonsp avatar Sep 01 '22 14:09 fonsp