Skip to content

Workflow example used for Medium article "Extending KNIME Python Integration with Plotly Express and Kaleido".

License

Notifications You must be signed in to change notification settings

cedarwood-insights/knime-python-plotly-express-kaleido

Repository files navigation

Extending KNIME Python Integration with Plotly Express and Kaleido

This repo contains an example KNIME workflow similar to the one described in my Medium article "Extending KNIME Python Integration with Plotly Express and Kaleido".

KNIME Workflow Desktop View

The KNIME workflow (.knar) file is an "export" (compressed archive) from the KNIME Analytics Platform application. To use it simply "import" the file into your own installation of KNIME.

The example workflow is also available on the KNIME Hub here.

Here is a screenshot of the example workflow opened in KNIME:

Example KNIME Workflow

The Python code used to configure the Python View node in the workflow is available as a GitHub Gist.

Prerequisites

Naturally you will need to have access to the KNIME Analytics Platform application. It can be downloaded from here.

You will also need to set up the KNIME Python Integration extension. Here is the KNIME Python Integration Guide.

Finally you will also need to install the Plotly, Plotly Express* and Kaleido libraries. Please refer to my Medium article for guidance.

(*) Note: the article was originally published in February 2021. Since then the Plotly Express library has been merged with the main Plotly library.

Comments and Questions

More than happy to respond to comments and answer questions. Please feel free to drop me a line.

License

Copyright 2022 Cedarwood Insights Limited.

Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0