Commit 8cb4de68 authored by Steve Tjoa's avatar Steve Tjoa

matplotlib inline

parent 7c22b3d7
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -8,6 +8,8 @@
},
"outputs": [],
"source": [
"%matplotlib inline\n",
"import seaborn\n",
"import numpy, scipy, matplotlib.pyplot as plt, sklearn, librosa, mir_eval, urllib, IPython.display, stanford_mir\n",
"plt.rcParams['figure.figsize'] = (14,5)"
]
......@@ -406,7 +408,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In addition to the features used above, extract the following features:\n",
"In addition to the features used above, extract the following features (see librosa docs on [feature extraction](http://librosa.github.io/librosa/feature.html)):\n",
"\n",
"- spectral centroid\n",
"- spectral spread\n",
......@@ -454,7 +456,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
"version": "2.7.10"
}
},
"nbformat": 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment