Icon

Install Anaconda Packages

This workflow shows how a Java Snippet can be used to retrieve settings from the KNIME preferences in order to get the configured path to anaconda. This path is then used to install Python packages specified in a Table Creator node.

Specify here the packagesyou want to install. You haveto give:- environment to install it into- package name- channel to install from (try"anaconda" if unsure) This snippet gets the anacondapath from the KNIME Settingsand calls conda install to installthe listed packages one-by-one Find conda pathand installList of packagesto install Java Snippet Table Creator Specify here the packagesyou want to install. You haveto give:- environment to install it into- package name- channel to install from (try"anaconda" if unsure) This snippet gets the anacondapath from the KNIME Settingsand calls conda install to installthe listed packages one-by-one Find conda pathand installList of packagesto install Java Snippet Table Creator

Nodes

Extensions

Links