We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65d28e commit 531a69aCopy full SHA for 531a69a
task_qc_viewer/README.md
@@ -25,7 +25,9 @@ ipython task_qc.py c9fec76e-7a20-4da4-93ad-04510a89473b
25
26
Or just using a local path (on a local server for example):
27
```
28
-ipython task_qc.py /mnt/s0/Subjects/KS022/2019-12-10/001 --local
+python task_qc.py /mnt/s0/Subjects/KS022/2019-12-10/001 --local
29
+# or with ipython
30
+ipython task_qc.py -- /mnt/s0/Subjects/KS022/2019-12-10/001 --local
31
32
33
## Usage: from ipython prompt
0 commit comments