How to display seaborn FacetGrid without line of python debug info?

Viewed 17

Whenever I display a seaborn FacetGrid object in a Jupyter notebook, it first emits a line of textual debug info about the type and address of the python object, followed by the actual graphics below.

<seaborn.axisgrid.FacetGrid at 0x29d1672b0>

How do I remove this from the display, so I only see the graphical plots?

0 Answers
Related