You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I was curious if it is possible to execute a notebook without updating it? I am trying to test execute some markdown jupytext documents, but I don't want it to save the changes. It was updating the jupytext_version and adding the kernel name to the code cells.
The text was updated successfully, but these errors were encountered:
I guess you've not clicked on "Save" in Jupyter, right ?
So maybe what is happening is that you have the autosave activated in Jupyter.
In the documentation we have a few hints on how to deactivate the autosave in this Q&A.
Let me know if that helps (and if you think we should add this to the FAQ). Thanks!
Also I'd like to double check with you what you want to achieve by executing the .md notebook - do I understand correctly that it is a standalone text notebook? Are you interested in the ipynb notebook with output cells or you just want the result of executing the notebook in e.g. files generated by the notebook?
Hey! I was curious if it is possible to execute a notebook without updating it? I am trying to test execute some markdown jupytext documents, but I don't want it to save the changes. It was updating the jupytext_version and adding the kernel name to the code cells.
The text was updated successfully, but these errors were encountered: