|
@@ -184,7 +184,7 @@
|
|
"outputs": [],
|
|
"outputs": [],
|
|
"source": [
|
|
"source": [
|
|
"years = []\n",
|
|
"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)"
|
|
" years.append(y)"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -241,6 +241,7 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"source": [
|
|
"source": [
|
|
|
|
+ "%matplotlib inline\n",
|
|
"barplot(attempts_per_year)"
|
|
"barplot(attempts_per_year)"
|
|
]
|
|
]
|
|
},
|
|
},
|