Skip to content

Using HTML export of Pluto within Documenter.jl #1345

Discussion options

You must be logged in to vote

The generate_html function (here) should be of help.

Example:

 s = Pluto.ServerSession();
nb = Pluto.SessionActions.open(s, nb_path; run_async=false)
html_contents = Pluto.generate_html(nb; binder_url_js="undefined")

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
2 replies
@kellertuer
Comment options

@kellertuer
Comment options

Answer selected by kellertuer
Comment options

You must be logged in to vote
5 replies
@manuelbb-upb
Comment options

@kellertuer
Comment options

@manuelbb-upb
Comment options

@kellertuer
Comment options

@theogf
Comment options

Comment options

You must be logged in to vote
3 replies
@kellertuer
Comment options

@mmikhasenko
Comment options

@kellertuer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants