DOCUMENTATION CENTER SEARCH
Mathematica
>
Low-Level Notebook Programming
>
Built-in
Mathematica
Symbol
Manipulating Notebooks from the Kernel
Tutorials »
|
NotebookSave
Close
CreateWindow
See Also »
|
Low-Level Notebook Programming
More About »
NotebookClose
NotebookClose
[
notebook
]
closes the notebook corresponding to the specified notebook object.
NotebookClose
[]
closes the current evaluation notebook.
MORE INFORMATION
NotebookClose
will make a notebook disappear from your screen, and will invalidate all notebook objects which refer to that notebook.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create a notebook window:
In[1]:=
Close the notebook without saving:
In[2]:=
Applications
(1)
Properties & Relations
(1)
SEE ALSO
NotebookSave
Close
CreateWindow
TUTORIALS
Manipulating Notebooks from the Kernel
MORE ABOUT
Low-Level Notebook Programming
New in 3 | Last modified in 6
© 2008 Wolfram Research, Inc.