Skip to content

Commit 728f2e9

Browse files
authored
Merge pull request #38 from canyon289/05_student
Add ArviZ to 05-student
2 parents 078a513 + 7679cde commit 728f2e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

notebooks/05-student-two-group-comparison-finches.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"import seaborn as sns\n",
1414
"import numpy as np\n",
1515
"from utils import ECDF\n",
16+
"import arviz as az\n",
1617
"\n",
1718
"%load_ext autoreload\n",
1819
"%autoreload 2\n",
@@ -278,9 +279,9 @@
278279
],
279280
"metadata": {
280281
"kernelspec": {
281-
"display_name": "bayesian-modelling-tutorial",
282+
"display_name": "Python 3",
282283
"language": "python",
283-
"name": "bayesian-modelling-tutorial"
284+
"name": "python3"
284285
},
285286
"language_info": {
286287
"codemirror_mode": {
@@ -292,7 +293,7 @@
292293
"name": "python",
293294
"nbconvert_exporter": "python",
294295
"pygments_lexer": "ipython3",
295-
"version": "3.6.6"
296+
"version": "3.6.8"
296297
}
297298
},
298299
"nbformat": 4,

0 commit comments

Comments
 (0)