NodeRepr
NodeRepr()
Print an object from the repr nodes it states.
A host states _repr_node; rendering it is the same call every time, so it is written once here – as text for a terminal, and as HTML for a display which draws one. A notebook asks for both, so a host whose nodes are expensive to build should cache them.