Keep-ipynb in the notebooks folder #8533
Replies: 2 comments 1 reply
-
No. |
Beta Was this translation helpful? Give feedback.
-
Ah, ok. Got it. I like the fact that .qmd are easy to track in git, but am used to write in Jupyter. As the rendered html showed the Article Notebook with other I am still thinking about how should I structure my folders (I also use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am following the Manuscript guide with the VS Code template repo.
I changed
_quarto.yml
to keep the intermediate .ipynb file:It creates and keeps an
index.ipynb
in the root folder. Shouldn't this file be in the notebooks folder? Maybe with the namenotebooks/Article_Notebook.ipynb
instead ofindex.ipynb
.p.s. I am not sure if this is a feature request or just a discussion I would like to have about an implementation detail.
Beta Was this translation helpful? Give feedback.
All reactions