CustomWidget
A custom widget with _repr_html_ for scale-to-fit testing.
Usage
CustomWidget()This produces a wide HTML block that is NOT a GT table, verifying that scale-to-fit works for arbitrary _repr_html_ objects.
Parameters
width: str = "1500px"-
CSS width of the widget (e.g.,
"1500px"). widget_id: str = "custom_html"-
HTML
idattribute for targeting.