Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Low-Level Notebook Programming >

NotebookSave

Updated In 6 Graphic
NotebookSave[notebook]
saves the current version of the specified notebook.
NotebookSave[notebook, "file"]
saves the notebook in the specified file.
NotebookSave[]
saves the current version of the current evaluation notebook in a file.
  • NotebookSave[notebook] saves the notebook in a file whose name is given by the notebook object notebook.
  • NotebookSave writes out the Mathematica expression corresponding to the notebook, together with Mathematica comments which make it easier for the front end to read the notebook in again.
Save a new document to a specified file:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
 
Modify a previously saved document and save it to the same place:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
In[3]:=
Click for copyable input
New in 3 | Last modified in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team