Skip to main content

This Plugin provides more renderers to improve task visibility

Project description

Flytekit Deck Plugin

This plugin provides additional renderers to improve task visibility within Flytekit.

Installation

To install the plugin, run the following command:

pip install flytekitplugins-deck-standard

Renderer Requirements

Each renderer may require additional modules.

The table below outlines the dependencies for each renderer:

Renderer Required Module(s)
SourceCodeRenderer pygments
FrameProfilingRenderer pandas, ydata-profiling
MarkdownRenderer markdown
BoxRenderer pandas, plotly
ImageRenderer pillow
TableRenderer pandas
GanttChartRenderer pandas, plotly

Renderer Descriptions

SourceCodeRenderer

Converts Python source code to HTML using the Pygments library.

FrameProfilingRenderer

Generates a profiling report based on a pandas DataFrame using ydata_profiling.

MarkdownRenderer

Converts markdown strings to HTML.

BoxRenderer

Creates a box-and-whisker plot from a column in a pandas DataFrame.

ImageRenderer

Displays images from a FlyteFile or PIL.Image.Image object in HTML.

TableRenderer

Renders a pandas DataFrame as an HTML table with customizable headers and table width.

GanttChartRenderer

Displays a Gantt chart using a pandas DataFrame with "Start", "Finish", and "Name" columns.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flytekitplugins_deck_standard-1.13.6.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page