You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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).
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: