Skip to content

Commit

Permalink
add bcm notebook, env, and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Apr 12, 2024
1 parent 232db9a commit d5a43c0
Show file tree
Hide file tree
Showing 3 changed files with 1,404 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tutorials/bcm_2024/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Streaming and interacting with NWB data from DANDI

This example notebook demonstrates how to stream an NWB file from DANDI and perform analyses with the data using pynapple. This notebook is intended to be used at the NWB and DANDI workshops as an interactive tutorial.

The data used in this tutorial were used in this publication: [Sargolini, et al. "Conjunctive representation of position, direction, and velocity in entorhinal cortex." Science 312.5774 (2006): 758-762](https://www.science.org/doi/10.1126/science.1125572). The data can be found on the DANDI Archive in [Dandiset 000582](https://dandiarchive.org/dandiset/000582).


## Installing the dependencies

To set up the environment on your local computer, run the following commands.

```bash
git clone https://github.com/dandi/example-notebooks
cd example-notebooks/tutorials/bcm_2024/
conda env create --file environment.yml
conda activate bcm-workshop
```

## Running the notebook

To open the notebook in jupyter, run the following commands.

```bash
jupyter lab analysis-demo.ipynb
```
Loading

0 comments on commit d5a43c0

Please sign in to comment.