fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
52 stars 11 forks source link

Video playback in Colab #277

Closed alexarje closed 1 year ago

alexarje commented 1 year ago

For workshops, it would be highly practical to have participants use Colab. Unfortunately, video playback does not work, making it difficult for people to understand what goes on. Is there a way to make videos play in notebooks or to download videos that can be played locally?

joachimpoutaraud commented 1 year ago

I just updated the _show.py file in order to be able to display videos properly in colab notebooks. It will be easier to use for future workshops. Moreover, this will makes it easier to use the latest version of the toolbox even if it hasn't been pushed on pip.

Here is a colab notebook example if you want to try it!