Skip to content

Commit 31f0c66

Browse files
authored
Enhance README with Python installation and demos
Updated README to include new Python demo notebooks and installation instructions.
1 parent f5e12c3 commit 31f0c66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Bombcell extracts relevant quality metrics to categorize units into four categor
3232

3333
Take a look at:
3434
- the MATLAB live script [`gettingStarted`](https://github.com/Julie-Fabre/bombcell/tree/main/matlab/gettingStarted.mlx) to see an example workflow and play around with our small toy dataset.
35-
- the Python Jupyter notebook [`BC_demo`](https://github.com/Julie-Fabre/bombcell/blob/main/py_bombcell/demos/BC_demo.ipynb)
35+
- the Python Jupyter notebook [`BC_demo`](https://github.com/Julie-Fabre/bombcell/blob/main/py_bombcell/demos/BC_demo_toy_data.ipynb) and software specific ones : [`BC_demo_spikeGLX`](https://github.com/Julie-Fabre/bombcell/blob/main/py_bombcell/demos/BC_demo_spikeGLX.ipynb) ,
36+
[`BC_demo_open_ephys`](https://github.com/Julie-Fabre/bombcell/blob/main/py_bombcell/demos/BC_demo_open_ephys.ipynb) and [`BC_demo_other_recording_software`](https://github.com/Julie-Fabre/bombcell/blob/main/py_bombcell/demos/BC_demo_other_recording_software.ipynb)
3637
- You can also take a look at the exercise we prepared for the 2024 Neuropixels course [here](https://github.com/BombCell/Neuropixels_course_2024).
3738

3839
#### Installation
@@ -103,3 +104,4 @@ Please star the project to support us, using the top-right "⭐ Star" button.
103104

104105

105106

107+

0 commit comments

Comments
 (0)