File tree Expand file tree Collapse file tree 3 files changed +23368
-0
lines changed
001170/ReimerLab/public_demo Expand file tree Collapse file tree 3 files changed +23368
-0
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments