Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Limit the number of Echo outputs per evaluation
ResourceFunction["LimitEcho"][expr,n] limit the number of Echo outputs printed during evaluation of expr to n. | |
ResourceFunction["LimitEcho"][n] limit the number of Echo outputs per evaluation in the entire kernel session. | |
ResourceFunction["LimitEcho"]["Install",n] limit the number of Echo outputs in this and all future sessions. | |
ResourceFunction["LimitEcho"]["Uninstall"] remove the permanent Echo-limiting. |
Limit the number of Echo outputs to 3:
| In[1]:= |
|
| Out[1]= |
|
Press the button to show the last 5 outputs:
| In[2]:= |
|
| Out[2]= |
|
Press the button to show all remaining outputs:
| In[3]:= |
|
| Out[3]= |
|
Limit the number of Echo outputs for the entire session:
| In[4]:= |
|
| Out[5]= |
|
Remove the limit again:
| In[6]:= |
|
| Out[7]= |
|
Outputs from all Echo-related functions are limited, not just Echo:
| In[8]:= |
|
| Out[8]= |
|
Limit the number of Echo outputs permanently:
| In[9]:= |
|
| Out[10]= |
|
Change the limit for the current session:
| In[11]:= |
|
| Out[12]= |
|
Remove the limit again:
| In[13]:= |
|
| Out[14]= |
|
The hidden outputs are no longer available after the kernel is quit:
| In[15]:= |
|
| Out[15]= |
|
LimitEcho does not work with EchoEvaluation:
| In[16]:= |
|
| Out[16]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License