Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Programmatic Notebook & Interface Customization > Window Properties >
Mathematica > Notebooks and Documents > Notebook & Interface Customization > Programmatic Notebook & Interface Customization > Window Properties >

Visible

Visible
is a notebook option which specifies whether the notebook should be explicitly displayed on the screen.
  • With Visible->False a notebook can still be manipulated from the kernel, but will not explicitly be displayed on the screen.
Create a document that is not displayed:
You can carry out manipulations of the notebook even while it is invisible:
Make the notebook visible:
Create a document that is not displayed:
In[1]:=
Click for copyable input
You can carry out manipulations of the notebook even while it is invisible:
In[2]:=
Click for copyable input
Out[2]=
Make the notebook visible:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team