Skip to content

Commit c541f03

Browse files
authored
Merge pull request #105 from alessandratrapani/add_000718_demo
2 parents 72d34ba + 20b9e5b commit c541f03

7 files changed

+5356
-0
lines changed

000718/CaiLab/zaki_2024/000718_demo.ipynb

+5,321
Large diffs are not rendered by default.

000718/CaiLab/zaki_2024/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Offline ensemble co-reactivation links memories across days
2+
3+
This example notebook demonstrates how to access the dataset published at [DANDI:000718](https://dandiarchive.org/dandiset/000718/draft).
4+
5+
This dataset contains calcium imaging and EEG/EMG recordings. Freezing behavior analysis and sleep classification output is also available for some sessions.
6+
A week-long recording of EEG/EMG data is stored in nwbfile with session_id = "Week". This type of session contains also cell registration output.
7+
8+
## Installing the dependencies
9+
10+
```bash
11+
git clone https://github.com/dandi/example-notebooks
12+
cd example-notebooks/000718/CaiLab
13+
conda env create --file environment.yml
14+
conda activate cailab_000718_demo
15+
```
16+
17+
## Running the notebook
18+
19+
```bash
20+
jupyter notebook 000718_demo.ipynb
21+
```
Loading
Loading
Loading
Loading
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: cailab_000718_demo
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python==3.11
6+
- ipywidgets
7+
- pip
8+
- pip:
9+
- dandi
10+
- jupyter
11+
- plotly
12+
- pynwb
13+
- remfile
14+
- matplotlib

0 commit comments

Comments
 (0)