tuwien-musicir / rp_extract

Rhythm Pattern music feature extractor by IFS @ TU-Vienna
GNU General Public License v3.0
110 stars 27 forks source link

Cannot open the jupyter notebook #24

Open bagustris opened 6 years ago

bagustris commented 6 years ago

I got problem when tried to open the tutorial, for example here: http://nbviewer.jupyter.org/github/tuwien-musicir/rp_extract/blob/master/RP_extract_Tutorial.ipynb

Not only for the above link, but also for other jupyter notebooks.

audiofeature commented 6 years ago

Does RP_extract_Tutorial.v3.ipynb work for you?

Can you tell us your: python --version ipython --version?

bagustris commented 6 years ago

Yes it works. RP_extract_Tutorial.v3.ipynb works for me.

Here are, bta@mbp:~$ python --version Python 2.7.12 bta@mbp:~$ ipython --version 5.4.1

Please note, I just try to open the .pynb file via github, not in my local my machine. So, it should just works instead of giving error.