Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Set a notebook to auto-save periodically
ResourceFunction["SetNotebookAutoSaveTime"][] sets the EvaluationNotebook to auto-save every 60 seconds. | |
ResourceFunction["SetNotebookAutoSaveTime"][n] sets the EvaluationNotebook to auto-save every n seconds. | |
ResourceFunction["SetNotebookAutoSaveTime"][nb,n] auto-saves the Notebook nb. | |
ResourceFunction["SetNotebookAutoSaveTime"][nb,quantity] auto-saves nb each period of quantity time. |
Set this notebook to auto-save every 60 seconds:
In[1]:= |
Change the auto-save period to five minutes:
In[2]:= |
Cancel the operation by setting the period to None:
In[3]:= |
Change the auto-save period to five minutes:
In[4]:= |
Create a notebook that will auto-save regularly (note that this will not take effect until the notebook has been saved for the first time):
In[5]:= |
This work is licensed under a Creative Commons Attribution 4.0 International License