Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Notebook & Interface Customization > Evaluation Options in Notebooks >
Mathematica > Notebooks and Documents > Notebook Formatting & Styling > Stylesheets > Evaluation Options in Notebooks >

OutputSizeLimit

OutputSizeLimit
is an option for notebooks which specifies the maximum size in bytes of expressions that will automatically be output in their entirety.
  • OutputSizeLimit is more often set at the level of stylesheets than individual notebooks.
This produces output that is somewhat lengthy:
Set the OutputSizeLimit to be rather small:
Now the same output as before is shown in a shortened form:
This resets the OutputSizeLimit option to its global setting:
This produces output that is somewhat lengthy:
In[1]:=
Click for copyable input
Out[1]=
Set the OutputSizeLimit to be rather small:
In[2]:=
Click for copyable input
Now the same output as before is shown in a shortened form:
In[3]:=
Click for copyable input
Out[3]=
This resets the OutputSizeLimit option to its global setting:
In[4]:=
Click for copyable input
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team