AlloViz.AlloViz.Elements.Element._repr_fits_horizontal_¶
- Element._repr_fits_horizontal_(ignore_width: bool = False) bool¶
Check if full repr fits in horizontal boundaries imposed by the display options width and max_columns.
In case of non-interactive session, no boundaries apply.
ignore_width is here so ipynb+HTML output can behave the way users expect. display.max_columns remains in effect. GH3541, GH3573