Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flytekitplugins-deck-standard

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flytekitplugins-deck-standard

This Plugin provides more renderers to improve task visibility

  • 1.14.0
  • PyPI
  • Socket score

Maintainers
1

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:

RendererRequired Module(s)
SourceCodeRendererpygments
FrameProfilingRendererpandas, ydata-profiling
MarkdownRenderermarkdown
BoxRendererpandas, plotly
ImageRendererpillow
TableRendererpandas
GanttChartRendererpandas, 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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc