Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
@@ -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_this_repository> # Path to folder containing the extension files
conda_env_path: <path_to_this_repository>/.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
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
Loading