Skip to content

Commit

Permalink
add exercises for NAVis
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 22, 2024
1 parent a8004a6 commit 064243f
Show file tree
Hide file tree
Showing 8 changed files with 1,909 additions and 41 deletions.
12 changes: 12 additions & 0 deletions exercises/navis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## <span style="color:rgb(250,175,3)">NAVis</span> exercises

This folder contains the exercises for the <span style="color:rgb(250,175,3)">NAVis</span> part of the workshop:

- `navis_on_colab_example.ipynb` simply demonstrates how to install <span style="color:rgb(250,175,3)">NAVis</span> on [Google Colab](https://colab.research.google.com/). You can open any notebook directly from Github by clicking "File" -> "Open notebook" -> "Github" and pasting in the link.

- `navis_exercise_1.ipynb` contains the first set of exercises that will introduce some of the basic concepts in <span style="color:rgb(250,175,3)">NAVis</span>

- `navis_exercise_2.ipynb` demonstrates how to re-create some of the figures and analyses from the [Gouwens, Sorensen, et al. (2020)](https://pubmed.ncbi.nlm.nih.gov/33186530/) paper on mouse visual cortex neurons. Please note that you will have to download data if you want to follow along - see the notebook or the workshop's [website](https://navis-org.github.io/neuropython2024/) for details.

> [!IMPORTANT]
> All exercises require a full install of <span style="color:rgb(250,175,3)">NAVis</span>: `pip install "navis[all]"`.
Binary file added exercises/navis/_static/Fig4_A.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercises/navis/_static/Fig5_A.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercises/navis/_static/tortuosity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 064243f

Please sign in to comment.