You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.tutorial.first_extension: # {group_id}.{name} from the knime.yml
1
+
org.tutorial.demo_python_rdkit_extension: # {group_id}.{name} from the knime.yml
2
2
src: <path_to_this_repository> # Path to folder containing the extension files
3
3
conda_env_path: <path_to_this_repository>/.pixi/envs/default # Path to the Python environment to use (use an absolute path)
4
-
debug_mode: true # Optional line, if set to true, it will always use the latest changes of execute/configure, when that method is used within the KNIME Analytics Platform
4
+
debug_mode: true # Optional line, if set to true, it will always use the latest changes of execute/configure, when that method is used within the KNIME Analytics Platform
0 commit comments