Propagate a curated Python environment "kaggle" for KNIME with several important packages.
Like for example: h2o, arrow, XGBoost
# update the base conda environment
conda update -n base -c conda-forge conda
conda update -n kaggle --all
conda install -c h2oai h2o
conda install -c conda-forge xgboost
conda install -c conda-forge jupyterlab
# list packages in the enironment
conda list -n kaggle
# remove a single package
conda remove -n kaggle jupyterlab_execute_time
You will need a working Miniforge (or Anaconda) environment set up to be used in KNIME
https://github.com/conda-forge/miniforge#download
https://docs.knime.com/latest/python_installation_guide/index.html#_introduction
https://docs.conda.io/en/latest/miniconda.html
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
---------------------------------------------
KNIME official Python integration guide
https://docs.knime.com/latest/python_installation_guide/index.html#_introduction
KNIME and Python — Setting up and managing Conda environments
https://medium.com/low-code-for-advanced-data-science/knime-and-python-setting-up-and-managing-conda-environments-2ac217792539
How to Set Up Your Python Extensions
https://www.knime.com/blog/how-to-setup-the-python-extension
Like for example: h2o, arrow, XGBoost
# update the base conda environment
conda update -n base -c conda-forge conda
conda update -n kaggle --all
conda install -c h2oai h2o
conda install -c conda-forge xgboost
conda install -c conda-forge jupyterlab
# list packages in the enironment
conda list -n kaggle
# remove a single package
conda remove -n kaggle jupyterlab_execute_time
You will need a working Miniforge (or Anaconda) environment set up to be used in KNIME
https://github.com/conda-forge/miniforge#download
https://docs.knime.com/latest/python_installation_guide/index.html#_introduction
https://docs.conda.io/en/latest/miniconda.html
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
---------------------------------------------
KNIME official Python integration guide
https://docs.knime.com/latest/python_installation_guide/index.html#_introduction
KNIME and Python — Setting up and managing Conda environments
https://medium.com/low-code-for-advanced-data-science/knime-and-python-setting-up-and-managing-conda-environments-2ac217792539
How to Set Up Your Python Extensions
https://www.knime.com/blog/how-to-setup-the-python-extension