iranroman/musicinformationretrieval.com

Bad imports in ipython_audio.ipynb

Closed this issue · 1 comments

After successfully installing conda install -c conda-forge librosa ffmpeg as directed here:
https://github.com/stevetjoa/musicinformationretrieval.com/blob/gh-pages/README.md

I am able to import the following in a Jupyter notebook, without error.
import scipy, sklearn, pandas, librosa

However, I believe this line is incorrect:
"Try executing the content from https://musicinformationretrieval.com inside this blank notebook."
because you cannot execute one notebook from inside of another.

When I attempted to load ipython_audio.ipynb, this line results in an ModuleNotFoundError exception

import stanford_mir; stanford_mir.init()

The OS is Windows 7 Professional, 64-Bit
Anaconda 4.5.11, Python 3.6.5

Resolved - due to a user error