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

cannot import IPython.display.Video in Colab #225

Closed balintlaczko closed 3 years ago

balintlaczko commented 3 years ago

This thread shows that a possible workaround is to do from IPython.core.display import Video.

balintlaczko commented 3 years ago

This just turned out to be an issue with using an old version of IPython in Colab. Fixed by specifying version in setup.py.