Utils¶ Hyperlink ¶ 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: list[list[Any]] – headers property ¶ headers: list[str] Headers of the table. Returns: list[str] –