Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weiglszonja committed Apr 4, 2024
1 parent a37dedb commit b34a08c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 000947/TurnerLab/public_demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Single-Unit Activity from Internal Globus Pallidus of Macaques During Reaching tutorial

This example notebook demonstrates how to access the dataset published at [DANDI:000947](https://dandiarchive.org/dandiset/000947/draft).

This example session contains recordings of single-unit activity from globus pallidus-internus (GPi) in a parkinsonian
monkey performing a choice reaction time reaching task.

## Installing the dependencies

```bash
git clone https://github.com/dandi/example-notebooks
cd example-notebooks/000947/TurnerLab/public_demo
conda env create --file environment.yml
conda activate turnerlab_000947_demo
```

## Running the notebook

```bash
jupyter notebook 000947_demo.ipynb
```

0 comments on commit b34a08c

Please sign in to comment.