is it possible to render Pluto notebook non-interactively? #1594
Answered
by
Pangoraw
rczerminski-valo
asked this question in
Questions about using Pluto
-
Is it possible to render Pluto notebook non-interactively? i.e. instead starting the server Pluto.run() and pressing render symbol (triangle/circle) I wonder if there is a way to do something like Pluto.render(FILE) where FILE is e.g. "test.html". This would be very useful for testing etc. |
Beta Was this translation helpful? Give feedback.
Answered by
Pangoraw
Oct 25, 2021
Replies: 1 comment
-
You can use PlutoSliderServer.jl and its |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fonsp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use PlutoSliderServer.jl and its
export_notebook(notebook_file)
function to automatically export a notebook to html.