Skip to content

Commit 72d34ba

Browse files
authored
Merge pull request #99 from alessandratrapani/add_001170_demo
2 parents 10c444a + b07eb8e commit 72d34ba

File tree

3 files changed

+23368
-0
lines changed

3 files changed

+23368
-0
lines changed

001170/ReimerLab/public_demo/001170_demo.ipynb

Lines changed: 23333 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Mesoscale Two-Photon Calcium Imaging of Population Level Odor Responses from the Mouse Olfactory Bulb
2+
3+
This example notebook demonstrates how to access the dataset published at [DANDI:001170](https://dandiarchive.org/dandiset/001170/draft).
4+
5+
This dataset contains recordings of population level odor responses from the mouse OB with mesoscale two photon calcium
6+
imaging.
7+
8+
## Installing the dependencies
9+
10+
```bash
11+
git clone https://github.com/dandi/example-notebooks
12+
cd example-notebooks/001170/ReimerLab
13+
conda env create --file environment.yml
14+
conda activate reimerlab_001170_demo
15+
```
16+
17+
## Running the notebook
18+
19+
```bash
20+
jupyter notebook 001170_demo.ipynb
21+
```
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: reimerlab_001170_demo
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python==3.11
6+
- ipywidgets
7+
- pip
8+
- pip:
9+
- dandi
10+
- jupyter
11+
- matplotlib
12+
- pynwb
13+
- remfile
14+
- plotly

0 commit comments

Comments
 (0)