Commit 4dd8f47d authored by Steve Tjoa's avatar Steve Tjoa

Merge branch 'gh-pages' of github.com:stevetjoa/musicinformationretrieval.com into gh-pages

parents 2352f6cd c4a271d2
This diff is collapsed.
...@@ -3,7 +3,12 @@ ...@@ -3,7 +3,12 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,
"metadata": {}, "metadata": {
"collapsed": true,
"tags": [
"hide_cell"
]
},
"outputs": [], "outputs": [],
"source": [ "source": [
"%matplotlib inline\n", "%matplotlib inline\n",
...@@ -85,7 +90,9 @@ ...@@ -85,7 +90,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 2,
"metadata": {}, "metadata": {
"collapsed": true
},
"outputs": [], "outputs": [],
"source": [ "source": [
"def min_coin_sum(val, coins=None):\n", "def min_coin_sum(val, coins=None):\n",
...@@ -151,7 +158,9 @@ ...@@ -151,7 +158,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 5, "execution_count": 5,
"metadata": {}, "metadata": {
"collapsed": true
},
"outputs": [], "outputs": [],
"source": [ "source": [
"def min_coin_sum(val, coins=None):\n", "def min_coin_sum(val, coins=None):\n",
...@@ -208,6 +217,7 @@ ...@@ -208,6 +217,7 @@
} }
], ],
"metadata": { "metadata": {
"celltoolbar": "Tags",
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
...@@ -223,7 +233,7 @@ ...@@ -223,7 +233,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.6.4" "version": "3.5.2"
} }
}, },
"nbformat": 4, "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