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

Full bundling of precomputed slider states

Open ctrekker opened this issue 1 year ago • 1 comments

These are some complimentary changes to the PlutoSliderServer client for JuliaPluto/PlutoSliderServer.jl#118 which offer improvements to precomputed sliders in certain cases. Check out that PR for an explanation of why bundling slider state requests can be beneficial!

ctrekker avatar Jun 20 '23 16:06 ctrekker

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="slider-server-bundled")
julia> using Pluto

github-actions[bot] avatar Jun 20 '23 16:06 github-actions[bot]