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:
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
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team