We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 516db43 + 1744a93 commit a75325dCopy full SHA for a75325d
1 file changed
notebooks/07-student-hierarchical-finches.ipynb
@@ -18,6 +18,7 @@
18
"import pandas as pd\n",
19
"import pymc3 as pm\n",
20
"from data import load_finches_2012\n",
21
+ "import arviz as az\n",
22
"\n",
23
"%load_ext autoreload\n",
24
"%autoreload 2\n",
@@ -210,9 +211,9 @@
210
211
],
212
"metadata": {
213
"kernelspec": {
- "display_name": "bayesian-modelling-tutorial",
214
+ "display_name": "Python 3",
215
"language": "python",
- "name": "bayesian-modelling-tutorial"
216
+ "name": "python3"
217
},
218
"language_info": {
219
"codemirror_mode": {
@@ -224,7 +225,7 @@
224
225
"name": "python",
226
"nbconvert_exporter": "python",
227
"pygments_lexer": "ipython3",
- "version": "3.6.6"
228
+ "version": "3.6.8"
229
}
230
231
"nbformat": 4,
0 commit comments