Ask Your Question
3

Can Jupyter Notebook be converted to HTML during its execution?

asked 2022-01-28 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-11-17 14:00:00 +0000

ladyg gravatar image

No, Jupyter Notebook cannot be converted to HTML during its execution. The output generated by the code cells can be displayed in different formats such as HTML, Markdown, LaTeX, etc. using the cell's magic functions or by specifying the cell type as Markdown.

But the actual notebook file (.ipynb) needs to be converted to HTML using a separate tool such as nbconvert after the execution is completed. This tool can convert the notebook to different formats including HTML, PDF, or Markdown.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-01-28 11:00:00 +0000

Seen: 13 times

Last updated: Nov 17 '21