Icon

From Coding Scripts to Components

This directory contains 6 workflows.

Icon00_​R-Python 

From Coding Scripts to Components: Step 1 Simple snippet and script nodes can execute only if you have already Python or R correctly set up on your KNIME […]

Icon01_​R-Python-Conda 

From Coding Scripts to Components: Step 2 You can add Conda Propagation nodes to make sure everything your users need is installed on their KNIME […]

Icon02_​R-Python-Conda-Components 

From Coding Scripts to Components: Step 3 If you add configuration nodes, a bit more logic and you create components your users can totally ignore the […]

Icon03_​R-Python-Conda-Components-Shared 

From Coding Scripts to Components: Step 4 You share the components on KNIME Hub so anyone can find them, drag and drop them in their workflow, configure […]

My Python Component 

This is a component installing my Python version and running my Python script.

My R Component 

This is a component installing my R version and running my R script.