Hello, I'm using the SpectralLineData function documented at:
https://reference.wolfram.com/language/ref/SpectralLineData.html
Does anyone know what the yellow boxes in the Examples are called? I'd like to learn how to go back and forth between these boxes and normal code, but I don't know what the boxes are called so I can't research how to use them.
Thanks.
Hello. I see the yellow boxes as a compact, icon style, way of representing complex data. Printing out the data in full could swamp the notebook.
From the SpectralLineData documentation, with some additions:
SpectralLineData
The yellow boxes with the little grid icon at the left are EntityClass "objects". The other yellow boxes are Entity "objects". The yellow boxes are just a display form. You can always see the full Mathematica expression for something by using FullForm. So, you can copy-paste one of the yellow boxes to a new cell and then evaluate FullForm on it.
EntityClass
Entity
FullForm