Run a notebook file and export to HTML or PDF #1149
Answered
by
fonsp
eford
asked this question in
Questions about using Pluto
-
I'd like a way to suggest an option to run a pluto notebook as a script and have it export the resulting notebook to an HTML or PDF file. |
Beta Was this translation helpful? Give feedback.
Answered by
fonsp
May 7, 2021
Replies: 2 comments 4 replies
-
You can use PlutoSliderServer.jl: julia> using PlutoSliderServer
julia> PlutoSliderServer.export_notebook("./Tower of Hanoi.jl") |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
fonsp
-
The answer shows how to export to html, but how to export to pdf from the command line? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use PlutoSliderServer.jl: