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 531a69a commit 49d4122Copy full SHA for 49d4122
task_qc_viewer/README.md
@@ -20,7 +20,9 @@ cd /home/olivier/Documents/PYTHON/iblapps/task_qc_viewer
20
```
21
Launch the Viewer by typing `ipython task_qc.py session_UUID` , example:
22
23
-ipython task_qc.py c9fec76e-7a20-4da4-93ad-04510a89473b
+python task_qc.py c9fec76e-7a20-4da4-93ad-04510a89473b
24
+# or with ipython
25
+ipython task_qc.py -- c9fec76e-7a20-4da4-93ad-04510a89473b
26
27
28
Or just using a local path (on a local server for example):
0 commit comments