Deck standard Plugin API reference#

Tags: UI

This package contains things that are useful when extending Flytekit.

BoxRenderer(column_name)

In a box plot, rows of data_frame are grouped together into a box-and-whisker mark to visualize their distribution.

FrameProfilingRenderer([title])

Generate a ProfileReport based on a pandas DataFrame

GanttChartRenderer()

This renderer is primarily used by the timeline deck.

ImageRenderer()

Converts a FlyteFile or PIL.Image.Image object to an HTML string with the image data represented as a base64-encoded string.

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.

TableRenderer()

Convert a pandas DataFrame into an HTML table.