Skip to content

Commit 1744a93

Browse files
committed
Add ArviZ to 07-student
1 parent a18422f commit 1744a93

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

notebooks/07-student-hierarchical-finches.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"import pandas as pd\n",
1919
"import pymc3 as pm\n",
2020
"from data import load_finches_2012\n",
21+
"import arviz as az\n",
2122
"\n",
2223
"%load_ext autoreload\n",
2324
"%autoreload 2\n",
@@ -210,9 +211,9 @@
210211
],
211212
"metadata": {
212213
"kernelspec": {
213-
"display_name": "bayesian-modelling-tutorial",
214+
"display_name": "Python 3",
214215
"language": "python",
215-
"name": "bayesian-modelling-tutorial"
216+
"name": "python3"
216217
},
217218
"language_info": {
218219
"codemirror_mode": {
@@ -224,7 +225,7 @@
224225
"name": "python",
225226
"nbconvert_exporter": "python",
226227
"pygments_lexer": "ipython3",
227-
"version": "3.6.6"
228+
"version": "3.6.8"
228229
}
229230
},
230231
"nbformat": 4,

0 commit comments

Comments
 (0)