-
I did something in Python in a Jupyter Notebook. The code ran, but when I tried to render it, I was shown this error:
Is there an alternative so I can post the jupyter notebook result in my quarto blog? What if I downloaded my jupyter notebook as .html? How can I use the the .html as a blog post? Can the quarto blog post the .html as a post, or do I need to convert .html into .qmd? Is that possible? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
We can't help without the full picture (the file and context). |
Beta Was this translation helpful? Give feedback.
-
Hi @Hertzspr. If you want to skill all quarto execution of your Jupyter Notebook, you can export your Jupyter Notebook to plain markdown and Quarto should render it (based on https://quarto.org/docs/websites/#render-targets). |
Beta Was this translation helpful? Give feedback.
Hi @Hertzspr. If you want to skill all quarto execution of your Jupyter Notebook, you can export your Jupyter Notebook to plain markdown and Quarto should render it (based on https://quarto.org/docs/websites/#render-targets).