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: spikeinterface/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
2
2
### How to run the spikeinterface container
3
-
**Method 1: drag and drop** (Windows only)
4
-
Drag and drop the data folder on either `.bat` file. For convenience, create a shortcut and put it on your desktop.
3
+
**Method 1: drag and drop** (Windows only for now)
4
+
Drag and drop the data folder on either `.bat` file (see `launch_scripts` folder). For convenience, create a shortcut and put it on your desktop.
5
5
6
-

6
+

7
7
8
8
Which launch script should you pick?
9
9
`SpikeInterface_OneOff.bat` will start a on-off sesssion. The container will self-destroy upon shutdown (not just closing the tab though). If the tab is closed, go back to your session at this address: http://localhost:8888/lab?token=mytoken.
@@ -18,13 +18,13 @@ Files can be downloaded with right-click > download.
* If you built the image (see below), remove `wanglabneuro` or replace it with your docker handle.
27
+
* If you built the image (see below), remove `spikeinterface/` or replace it with your docker handle.
28
28
29
29
3. Then open http://localhost:8888/lab?token=mytoken in a browser.
30
30
@@ -35,7 +35,7 @@ The `--rm` flag means the container is a on-off (will self-destroy upon closure)
35
35
To make the container persitant, remove the `--rm flag` from the docker call. In which case, the container will persist. To start a stopped container, run `docker start spikeinterface` in a terminal, or use the Docker Desktop interface to start it.
36
36
37
37
### How to build this image
38
-
The container image is [available on DockerHub](https://hub.docker.com/repository/docker/wanglabneuro/spikeinterface/). Providing you have Docker installed, it will automatically download when starting the container.
38
+
The container image is [available on DockerHub](https://hub.docker.com/repository/docker/spikeinterface/spikeinterface/). Providing you have Docker installed, it will automatically download when starting the container.
39
39
40
40
If you want to build it, follow the instructions below.
41
41
Open a terminal, navigate to the spikeinterface directory, then run:
0 commit comments