The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.9
Renderable
Package: flyte.types
protocol Renderable()Methods
| Method | Description |
|---|---|
to_html() |
Convert an object(markdown, pandas. |
to_html()
def to_html(
python_value: typing.Any,
) -> strConvert an object(markdown, pandas.dataframe) to HTML and return HTML as a unicode string. Returns: An HTML document as a string.
| Parameter | Type | Description |
|---|---|---|
python_value |
typing.Any |