You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement _repr_html_ (or another method) for the most common user-facing objects: Cell, Surface, and Material. It would be nice to view the material components as a table, for instance.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
The IPython API provides a rich set of
display()
tools; seedisplay_functions()
. This allows for some very pretty printing in Jupyter notebooks used for workshops, for example.Describe the solution you'd like
Implement
_repr_html_
(or another method) for the most common user-facing objects:Cell
,Surface
, andMaterial
. It would be nice to view the material components as a table, for instance.Additional context
Add any other context or screenshots about the feature request here.
Integrating your objects with IPython
The text was updated successfully, but these errors were encountered: