Can you make a notebook start by only clicking on a link? #2418
-
I am using Pluto.jl mainly for teaching at university, specifically in a classroom setting where I prepare notebooks that I show in class to illustrate certain principles, and where I hope that students will also experiment themselves with the notebooks on their own laptops. I know it is already possible to load a notebook by giving the URL to the students and then have them paste it into the Pluto landing page. However, I was wondering if this can be made even easier by giving them just a link that they can click and that will start up Julia, load Pluto, and then run Pluto with a notebook loaded? This would make it even easier to share notebooks with an audience and further lower the entry barrier for new users. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @sloede ! This is not possible, as that would be a security problem 😢 Have you tried the integrated binder feature for HTML exports? https://github.com/JuliaPluto/static-export-template makes it easy to generate a site automatically, and all notebooks will contain embedded download and binder links. See https://www.youtube.com/watch?v=HiI4jgDyDhY&t=473s to learn more |
Beta Was this translation helpful? Give feedback.
Hey @sloede ! This is not possible, as that would be a security problem 😢
Have you tried the integrated binder feature for HTML exports? https://github.com/JuliaPluto/static-export-template makes it easy to generate a site automatically, and all notebooks will contain embedded download and binder links. See https://www.youtube.com/watch?v=HiI4jgDyDhY&t=473s to learn more