Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Print human-readable form of complex expressions
ResourceFunction["PrettyForm"][expr] attempts to present expr in a human-readable form. |
Examine a ragged array:
In[1]:= |
Out[1]= |
Inspect Wolfram Language code:
In[2]:= |
Out[2]= |
Hide symbol contexts in tooltips:
In[3]:= |
Out[3]= |
Interpret a Graphics object:
In[4]:= |
Out[4]= |
Examine a Wolfram Language function definition:
In[5]:= |
In[6]:= |
Out[6]= |
InputForm prints explicit contexts of symbols:
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
PrettyForm provides context information in tooltips:
In[9]:= |
Out[9]= |
PrettyForm is not a member of $OutputForms:
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
PrettyForm does not get stripped off when wrapped around the output:
In[12]:= |
Out[12]= |
In[13]:= |
Out[13]= |
In[14]:= |
Out[14]= |
Compare, for instance, with MatrixForm:
In[15]:= |
Out[15]= |
In[16]:= |
Out[16]= |
In[17]:= |
Out[17]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License