-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to disable 'autosave notebook' permanently? #248
Comments
Hello @andrewchenshx , that's a great question. The most extensive documentation I have found on the subject is on SO. There also are at least two blogposts that describe in detail how to change the autosave frequency (same approach as the SO solution - you want 0): Also, I know you're asking for Jupyter notebook, but the SO question mentions that the JupyterLab interface now has a control for this. I think it would be a great thing to
Would you volunteer for that? |
Hi @mwouts ,
|
Hi agree with 1. and 2. I just gave it a try (and add to create a
Oh, this is because there was no such entry in the notebook menu already. I know very little JS so it was much simpler for me to put it at the same place as the other Jupytext commands. But you're correct, this is not specific to Jupytext (except that autosave tends to be an issue when you edit files from both Jupyter and elsewhere, which I support Jupytext users tend to do more than others). Maybe we should look for another solution. Could you give a try to the autosavetime extension? Instructions are here, basically it's:
and then, you still need to go to the nbextension panel, and set autosave to zero. Please let us know if that works. |
1)when the option 'Set an autosave interval on notebook load' is Unchecked, the autosave interval is NOT saved in notebook, once u refresh, the interval u set last time is lost. |
Thanks for your feedback. I have shared our research back to stackoverflow, as I think people will prefer to use the extension rather than the Also, I agree with you, the check box in the Jupytext menu is not right - I will see how to fix this. |
@andrewchenshx , could you please give a try to the new RC?
Do you get the autosave unchecked as expected? |
@mwouts , 1.1.7.dev0 works! |
Excellent - thanks for letting me know! |
Whenever a notebook is opened or refreshed, the 'autosave notebook'(File -> Jupytext -> Autosave Notebook) is enabled. How can i permanently turn OFF autosave?
The text was updated successfully, but these errors were encountered: