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] –