Icon

Python - Extract the current standard Python YAML files curated by KNIME from the installation folder

Extract the current standard Python YAML / YML files curated by KNIME from the installation folder

KNIME and Python — Setting up and managing Conda environments
https://medium.com/@mlxl/knime-and-python-setting-up-and-managing-conda-environments-2ac217792539

The YAML / YML files can then be found here. You might use them to curate your own Python environment
/data/macos/
/data/windows/
/data/linux/

also there is a file /data/kaggle.yml which creates the "kaggle" environment that I widely use to demonstrate KNIME and Python tasks

You could / and should use that file to keep your environment up to date

conda env create -f="/Users/m_lauber/Dropbox/knime-workspace/hub/kn_example_python_yaml_files_conda/data/kaggle.yml"

conda env update -n kaggle --file="/Users/m_lauber/Dropbox/knime-workspace/hub/kn_example_python_yaml_files_conda/data/kaggle.yml"

URL: KNIME and Python — Setting up Deep Learning Environments for Keras and TensorFlow https://medium.com/low-code-for-advanced-data-science/knime-and-python-setting-up-deep-learning-environments-for-keras-and-tensorflow-4b66003858f4
URL: KNIME – Python YAML/YML Files - local https://forum.knime.com/t/python-environment-creation-problem/41577/6?u=mlauber71
URL: Meta Collection about KNIME and Python https://kni.me/w/AvjrddXKOIoZYLV3
URL: Hub: Extract the current standard Python YAML / YML files curated by KNIME from the installation folder https://hub.knime.com/mlauber71/spaces/Public/latest/kn_example_python_yaml_files_conda~SGv1Cosah8BXabfa
URL: KNIME and Python — Setting up and managing Conda environments https://medium.com/@mlxl/knime-and-python-setting-up-and-managing-conda-environments-2ac217792539

Nodes

Extensions

Links