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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
If the ipynb file is overwritten, for example if the user has an autosave autocmd, the update command fails.
Does converting the notebook to/from ipynb with jupytext on the command line work?
No if using the --update argument, yes otherwise.
I'm unsure about the best way to go about this, but possibly, if jupytext fails to update, try again without the update? Potentially with a check for the ipynb file contents now being the same as the buffer?