-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
HTML export no longer shows up in htmlpreview.github.io #1162
Comments
This is a problem with |
Is there another option to display static Pluto HTML notebooks online? It'd really be a huge bummer without something like htmlpreview (it's soooo useful for sharing notebooks online both for personal use and for university courses). |
Good point! I made a site similar to htmlpreview that uses a more stable mechanism, and it works for Pluto notebooks: https://htmlview.glitch.me/ |
Oh Fons, that's perfect! Thank you for sharing |
Thx for https://htmlview.glitch.me/ :-) |
Exporting to HTML and then using htmlpreview.github.io to display the rendered HTML as a link no longer works.
Does not work in Pluto version v0.14.2 (not sure at what version it stopped working). Previously worked in version v0.12.20.
Here's an example of it failing with the corresponding .jl code (v0.14.2):
Here's an example of it working (v0.12.20):
Note that opening the HTML file locally in my browser (Chrome) works fine. Also, I've tried running Pluto with
Pluto.run(require_secret_for_open_links=false, require_secret_for_access=false)
but that did not fix it.The text was updated successfully, but these errors were encountered: