Flyte Deck#

Contains deck renderers provided by flytekit.

Deck(name[, html])

Deck enable users to get customizable and default visibility into their tasks.

TopFrameRenderer([max_rows, max_cols])

Render a DataFrame as an HTML table.

MarkdownRenderer()

Convert a markdown string to HTML and return HTML as a unicode string.

SourceCodeRenderer([title])

Convert Python source code to HTML, and return HTML as a unicode string.