Interactive
Interactive(**kwargs)Options controlling the interactive repr.
Attributes
| Name | Type | Description |
|---|---|---|
| max_rows | int | Maximum rows to pretty print. |
| max_columns | int | None | The maximum number of columns to pretty print. If 0 (the default), the number of columns will be inferred from output console size. Set to None for no limit. |
| max_length | int | Maximum length for pretty-printed arrays and maps. |
| max_string | int | Maximum length for pretty-printed strings. |
| max_depth | int | Maximum depth for nested data types. |
| show_types | bool | Show the inferred type of value expressions in the interactive repr. |