Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / New in Version 3.x / Notebooks /

NotebookSave

FilledSmallSquare NotebookSave[notebook] saves the current version of a notebook in a file.

FilledSmallSquare NotebookSave[notebook, "file"] saves the notebook in the specified file.

FilledSmallSquare NotebookSave[notebook, stream] sends the expression corresponding to the current version of the notebook to the specified stream.

FilledSmallSquare notebook must be a NotebookObject.

FilledSmallSquare NotebookSave[notebook] saves the notebook in a file whose name is given by the notebook object notebook.

FilledSmallSquare 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.

FilledSmallSquare See Section 2.11.3.

FilledSmallSquare See also: NotebookAutoSave, NotebookPrint.

FilledSmallSquare New in Version 3.



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.