Skip to content

Commit

Permalink
Merge pull request #99 from alessandratrapani/add_001170_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Dec 19, 2024
2 parents 10c444a + b07eb8e commit 72d34ba
Show file tree
Hide file tree
Showing 3 changed files with 23,368 additions and 0 deletions.
23,333 changes: 23,333 additions & 0 deletions 001170/ReimerLab/public_demo/001170_demo.ipynb

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions 001170/ReimerLab/public_demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Mesoscale Two-Photon Calcium Imaging of Population Level Odor Responses from the Mouse Olfactory Bulb

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

This dataset contains recordings of population level odor responses from the mouse OB with mesoscale two photon calcium
imaging.

## Installing the dependencies

```bash
git clone https://github.com/dandi/example-notebooks
cd example-notebooks/001170/ReimerLab
conda env create --file environment.yml
conda activate reimerlab_001170_demo
```

## Running the notebook

```bash
jupyter notebook 001170_demo.ipynb
```
14 changes: 14 additions & 0 deletions 001170/ReimerLab/public_demo/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: reimerlab_001170_demo
channels:
- conda-forge
dependencies:
- python==3.11
- ipywidgets
- pip
- pip:
- dandi
- jupyter
- matplotlib
- pynwb
- remfile
- plotly

0 comments on commit 72d34ba

Please sign in to comment.