Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display expressions with their elements tool-tipped by position
ResourceFunction["PositionTooltips"][expr] displays the expression expr with element indices in tooltips. |
Display associations as Values with Keys as Tooltips:
In[1]:= | ![]() |
Out[1]= | ![]() |
PositionTooltips will tooltip all valid keys-values:
In[2]:= | ![]() |
In[3]:= | ![]() |
Out[3]= | ![]() |
PositionTooltips works on nested expressions:
In[4]:= | ![]() |
Out[4]= | ![]() |
As well as mixed expressions involving lists and associations:
In[5]:= | ![]() |
In[6]:= | ![]() |
Out[6]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License