Replies: 1 comment
-
This issue has already been extensively discussed in several places. Please take a look at those discussions for more information.
Which version of Quarto are you using? Note that I cannot reproduce the behaviour you described on latest Quarto CLI version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Suppose I have a file my-file.ipynb and my-file.qmd in the same directory. I want to keep and use both files. If I now render the qmd file it seem to (1) overwrite my-file.ipynb and then (2) delete my-file.ipynb. That seems a bit destructive. I can change the names of the files but I'd like to know if there is a way to stop quarto from overwriting and deleting files in this way. Thanks
Beta Was this translation helpful? Give feedback.
All reactions