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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ You can find general instructions on how to work with our code or develop python
61
61
Note that you have to run the `pixi install`command again after manually editing the `pixi.toml` file.
62
62
6. **Install** the extension in debug mode in your KNIME Analytics Platformby running the following command:
63
63
```
64
-
pixi run register_debug_in_knime
64
+
pixi run register-debug-in-knime
65
65
```
66
66
Previously this step required modifying the `config.yml`and `knime.ini` files manually. This improvement will allow you to selectyour KNIME Analytics Platform installation and append the `-Dknime.python.extension.debug_knime_yaml_list=<path/to/your/knime.yml>` argument automatically to the according `knime.ini` file. You can now test your extension in the KNIME Analytics Platform (e.g. demo workflow).
0 commit comments