Skip to content

Utils

Renders a clickable link for URLs in Jupyter Notebooks, otherwise behaves the same as str.

Table

A table that pretty prints.

data property

data: list[list[Any]]

Data of the table.

Returns:

headers property

headers: list[str]

Headers of the table.

Returns: