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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ The code is organized as follows:
18
18
├── icons
19
19
│ └── icon.png
20
20
├── src
21
-
│ └── __init.py__
21
+
│ ├── __init.py__
22
22
│ └── extension.py
23
23
├── demos
24
24
│ └── demo-chemistry-python-adapter.knwf
25
25
├── tests
26
26
│ ├── test
27
-
│ └── conftest.py
27
+
│ ├── conftest.py
28
28
│ └── test_extension.py
29
29
├── knime.yml
30
30
├── pixi.toml
@@ -63,7 +63,7 @@ You can find general instructions on how to work with our code or develop python
63
63
```
64
64
pixi run register_debug_in_knime
65
65
```
66
-
Previously this step required modifying the `config.yml`and `knime.ini` files manually. This improvement will allow you to selectyourKNINE Analytics Platform installation and append the `-Dknime.python.extension.config=<path/to/your/config.yml>` argument automatically to the according `knime.ini` file. You can now test your extension in the KNIME Analytics Platform (e.g. demo workflow).
66
+
Previously this step required modifying the `config.yml`and `knime.ini` files manually. This improvement will allow you to selectyourKNIME 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