Skip to content

Commit

Permalink
Merge pull request #74 from catalystneuro/000947/demo
Browse files Browse the repository at this point in the history
Add demo notebook for `000947`
  • Loading branch information
satra authored Apr 5, 2024
2 parents 84617a5 + 642572e commit 232db9a
Show file tree
Hide file tree
Showing 5 changed files with 1,337 additions and 0 deletions.
1,302 changes: 1,302 additions & 0 deletions 000947/TurnerLab/public_demo/000947_demo.ipynb

Large diffs are not rendered by default.

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
```
14 changes: 14 additions & 0 deletions 000947/TurnerLab/public_demo/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: turnerlab_000947_demo
channels:
- conda-forge
dependencies:
- python==3.11
- ipywidgets
- pip
- pip:
- dandi
- jupyter
- plotly
- pynwb
- remfile
- pynapple
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 232db9a

Please sign in to comment.