-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from alessandratrapani/add_001170_demo
- Loading branch information
Showing
3 changed files
with
23,368 additions
and
0 deletions.
There are no files selected for viewing
23,333 changes: 23,333 additions & 0 deletions
23,333
001170/ReimerLab/public_demo/001170_demo.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |