2.0.0b57
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 |