diff --git a/config.yml b/config.yml index 6f62c50..6da1bd8 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,4 @@ -org.tutorial.first_extension: # {group_id}.{name} from the knime.yml +org.tutorial.demo_python_rdkit_extension: # {group_id}.{name} from the knime.yml src: # Path to folder containing the extension files conda_env_path: /.pixi/envs/default # Path to the Python environment to use (use an absolute path) - 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 \ No newline at end of file + 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