Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implement_plot_sorting_summary()_with_ipywidgets to projects folder #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Project title:

### Key Investigators

* Samuel Garcia
*

## Project Description

### Background

Now in spikeinterface plot_sorting_summary() use spikeinterface_gui or sortingview backend.
The first one is Qt based and work only locally. The second one push data on the cloud and then run a javascript app in the browser for visualisation.
It would be convivient to have a ligth summary viewer ipywidget directly in jupyter notebook for exploring final result with main subviews : amplitude + correlogram + units location + waveforms + ...
We already have have all this viewer but not gather in the same view.
the idea is to have a unit selector the display a quick summary for evry unit.


### Objectives




### Approach and Plan


### Progress

### Next Steps (optional)



## References


Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add your code here