pyannotebook icon indicating copy to clipboard operation
pyannotebook copied to clipboard

🎹 pyannote + 🗒 notebook = pyannotebook

Results 5 pyannotebook issues
Sort by recently updated
recently updated
newest added

When I try to load the annotation at initialization of `Pyannotebook` class as ```python ref = load_rttm("ref.rttm") widget = Pyannotebook(audio="sample.wav", init=ref) ``` I get the following error ```python >>> File...

This will not work as expected (annotations won't show). ```python from pyannotebook import Pyannotebook widget = Pyannotebook("audio.wav") widget.annotation = annotation widget ``` Probably something related to the widget (or wavesurfer)...

Impovement of the interface - new buttons to avoid redundancy of keyboard actions (play/forward/backward/insert region/cut region/delete region) - more color blind-friendly regions

Related: https://github.com/jupyterlite/jupyterlite/issues/918#event-8041772562