-
I made a Quarto document with jupyter and have an Quarto-Hub account to which I would like to publish this. From the documentation it seems on only .qmd files can be published. But I see now documentation or option to convert my Jupyter file into .qmd – only in .html or .docx. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
(do you mean "quarto.pub" instead of "Quarto-Hub"?) What part of the document are you using to interpret that "only .qmd files can be published"? That's not the case and we'd like to fix it. You should be able to publish ipynb files to quarto.pub without any issue. Is something in particular not working for you? |
Beta Was this translation helpful? Give feedback.
-
Ah, OK, I didn't see I have to upload the .ipynb file, but instead tried the .html file. It is now working perfectly with .ipynb. |
Beta Was this translation helpful? Give feedback.
(do you mean "quarto.pub" instead of "Quarto-Hub"?)
What part of the document are you using to interpret that "only .qmd files can be published"? That's not the case and we'd like to fix it. You should be able to publish ipynb files to quarto.pub without any issue. Is something in particular not working for you?