Is it possible to run a pluto notebook in read-only mode? I.e. make it impossible to edit the cells. But at the same time have PlutoUI elements still functional, so that you can update computed results.
For what is worth, just making the notebook file read-only, does not work as seen here https://github.com/fonsp/Pluto.jl/issues/1400
Convert it to HTML or pdf using the button at the top?
That makes PlutoUI elements (e.g sliders) unresponsive. I will edit the question to make that more clear.
Ah then you need to set up a server using PlutoSlideServer.jl, but it’s still tricky. See Fonsvs talk at Plutocon 2021 from earlier this year.