-
Notifications
You must be signed in to change notification settings - Fork 2
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
Precompute notebook with PlutoSliderServer #5
Conversation
This almost completely works! https://mlcolab.github.io/IntroML.jl/previews/PR5/supervised_learning.html Two remaining issues I'm seeing:
|
Since the mostly-working precomputed version is strictly better than the completely static version, I'll merge this even with the current issues. A warning has been added to the top that if any interactive elements aren't working correctly, the notebook should be properly run. |
This reverts commit 37c274b.
This PR is an attempt at using JuliaPluto/PlutoSliderServer.jl#29 to prebuild the notebook using PlutoSliderServer, which should allow users to interact with the notebook without them or us needing a Pluto session.