Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Set up custom cell labels for a formatting function
ResourceFunction["SetOutputFormCellLabels"][f,expr1,expr2,…] use expri in output cell labels for the output form function f. | |
ResourceFunction["SetOutputFormCellLabels"][f] restore the default cell labels for f. |
Replace the output form name with a custom string:
| In[1]:= |
| In[2]:= |
Restore the default formatting of cell labels:
| In[3]:= |
| In[4]:= |
Use time stamps in labels:
| In[5]:= |
| In[6]:= |
| In[7]:= |
Restore the default:
| In[8]:= |
Use a custom string in cell labels:
| In[9]:= |
| In[10]:= |
Use an output of a function in labels:
| In[11]:= |
| In[12]:= |
Restore the default:
| In[13]:= |
Create a dummy output form that applies no special formatting:
| In[14]:= |
| In[15]:= |
Store the absolute time when the evaluation of an input expression started:
| In[16]:= |
Let the cell label display the difference between the time when the evaluation started and when the cell label is constructed after the evaluation:
| In[17]:= |
The cell label displays the wall-clock timing:
| In[18]:= |
Restore the defaults:
| In[19]:= |
| In[20]:= |
This work is licensed under a Creative Commons Attribution 4.0 International License