Hi, I don’t know if this is already implemented or whether my search was in vain:
I would like to export the config of a knime installation and import it into another client, overwriting its settings.
The background is that I want to use knime inside a container. I noticed that when I copied the knime installation folder into the container, it already contained all my installed extensions which is great. Also settings like the path of the workspace seem to get copied. Unfortunately I can’t seem to get the python integration (conda) to work. Even when it is set outside of the container before building the container, inside knime will have forgotten about it. This means I have to set the conda path and environment in knime settings everytime the container restarts.
Any help is greatly appreciated.