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

Full bundling of precomputed slider states #2585

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ctrekker
Copy link
Collaborator

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!

@github-actions
Copy link
Contributor

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

@ctrekker ctrekker added the online deployment About deploying to binder, heroku, self-hosted label Jun 20, 2023
@fonsp fonsp added PlutoSliderServer frontend Concerning the HTML editor labels Sep 27, 2023
@fonsp fonsp added publishing Notebooks as static documents on the web and removed online deployment About deploying to binder, heroku, self-hosted labels Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor PlutoSliderServer publishing Notebooks as static documents on the web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants