PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Evaluation Options in Notebooks
>
Built-in
Mathematica
Symbol
Options for Notebooks
Tutorials »
|
NotebookSave
See Also »
|
Evaluation Options in Notebooks
Managing Computations in Notebooks
Mathematica Session History
More About »
NotebookAutoSave
NotebookAutoSave
is a notebook option which specifies whether the notebook should automatically be saved after each piece of output generated by evaluation in it.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create a notebook with
NotebookAutoSave->
True
and save it to a file:
In[1]:=
In[2]:=
In[3]:=
Check the time of creation of the notebook file:
In[4]:=
Out[4]=
When you evaluate an input, the notebook is automatically resaved:
In[5]:=
This shows the newer modification time of the file:
In[6]:=
Out[6]=
SEE ALSO
NotebookSave
TUTORIALS
Options for Notebooks
MORE ABOUT
Evaluation Options in Notebooks
Managing Computations in Notebooks
Mathematica Session History
New in 3
© 2008 Wolfram Research, Inc.