Mathematica > Notebooks and Documents > Notebook & Interface Customization > Evaluation Options in Notebooks > $OutputSizeLimit >
Mathematica > Notebooks and Documents > Notebook Formatting & Styling > Stylesheets > Evaluation Options in Notebooks > $OutputSizeLimit >

$OutputSizeLimit

$OutputSizeLimit
specifies the maximum size in bytes of expressions that will automatically be output in their entirety in a Mathematica notebook.
  • For expressions larger than $OutputSizeLimit, portions of the expression are displayed, together with controls to allow more to be displayed.
  • Larger portions of expressions elided as a result of $OutputSizeLimit can only be displayed while the corresponding Out[n] is accessible in a single kernel session.
This produces output that is somewhat lengthy:
Set $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 $OutputSizeLimit to be rather small:
In[2]:=
Click for copyable input
Out[2]=
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
Out[4]=
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF