@@ -184,7 +184,7 @@
"outputs": [],
"source": [
"years = []\n",
- "for y in range(min_year, max_year+1):\n",
+ "for y in range(min_year, max_year + 1):\n",
" years.append(y)"
]
},
@@ -241,6 +241,7 @@
}
],
+ "%matplotlib inline\n",
"barplot(attempts_per_year)"