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
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
The "IPython protocol" is basically objects exposing _repr_html_(). IPython has a display() method that sends those to the notebook, and similarly does the same for the cell's "output" (last line).
To support everything that works in IPython:
Use _repr_html_() to format rich objects for the notebook
Need to make sure that calling IPython.display.display() sends objects to our frontend