File tree Expand file tree Collapse file tree 2 files changed +31
-9
lines changed
examples/diagnostics_and_criticism
myst_nbs/diagnostics_and_criticism Expand file tree Collapse file tree 2 files changed +31
-9
lines changed Original file line number Diff line number Diff line change 11071107 "cell_type" : " markdown" ,
11081108 "metadata" : {},
11091109 "source" : [
1110- " ## Authors \n " ,
1111- " * Authored by Osvaldo Martin\n " ,
1112- " * Updated by Osvaldo Martin in May, 2022"
1110+ " * Authored by Osvaldo Martin in September, 2017 ([pymc#2563](https://github.com/pymc-devs/pymc/pull/2563)) \n " ,
1111+ " * Updated by Osvaldo Martin in August, 2018 ([pymc#3124](https://github.com/pymc-devs/pymc/pull/3124)) \n " ,
1112+ " * Updated by Osvaldo Martin in May, 2022 ([pymc-examples#342](https://github.com/pymc-devs/pymc-examples/pull/342)) "
11131113 ]
11141114 },
11151115 {
11501150 " %load_ext watermark\n " ,
11511151 " %watermark -n -u -v -iv -w"
11521152 ]
1153+ },
1154+ {
1155+ "cell_type" : " markdown" ,
1156+ "metadata" : {},
1157+ "source" : [
1158+ " :::{include} ../page_footer.md\n " ,
1159+ " :::"
1160+ ]
1161+ },
1162+ {
1163+ "cell_type" : " code" ,
1164+ "execution_count" : null ,
1165+ "metadata" : {},
1166+ "outputs" : [],
1167+ "source" : []
11531168 }
11541169 ],
11551170 "metadata" : {
11561171 "interpreter" : {
11571172 "hash" : " d4ca51fc2fdee62b1a00ff5126f64ae66836e25d3ba6f45d8551026256283997"
11581173 },
11591174 "kernelspec" : {
1160- "display_name" : " Python 3.9.7 ('base' )" ,
1175+ "display_name" : " Python 3 (ipykernel )" ,
11611176 "language" : " python" ,
11621177 "name" : " python3"
11631178 },
11711186 "name" : " python" ,
11721187 "nbconvert_exporter" : " python" ,
11731188 "pygments_lexer" : " ipython3" ,
1174- "version" : " 3.9.7 "
1189+ "version" : " 3.10.5 "
11751190 }
11761191 },
11771192 "nbformat" : 4 ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ jupytext:
66 format_version : 0.13
77 jupytext_version : 1.13.7
88kernelspec :
9- display_name : Python 3.9.7 ('base' )
9+ display_name : Python 3 (ipykernel )
1010 language : python
1111 name : python3
1212---
@@ -283,9 +283,9 @@ In this example the observed data $y$ is more consistent with `model_1` (because
283283
284284+++
285285
286- ## Authors
287- * Authored by Osvaldo Martin
288- * Updated by Osvaldo Martin in May, 2022
286+ * Authored by Osvaldo Martin in September, 2017 ( [ pymc # 2563 ] ( https://github.com/pymc-devs/pymc/pull/2563 ) )
287+ * Updated by Osvaldo Martin in August, 2018 ( [ pymc # 3124 ] ( https://github.com/pymc-devs/pymc/pull/3124 ) )
288+ * Updated by Osvaldo Martin in May, 2022 ( [ pymc-examples # 342 ] ( https://github.com/pymc-devs/pymc-examples/pull/342 ) )
289289
290290+++
291291
@@ -295,3 +295,10 @@ In this example the observed data $y$ is more consistent with `model_1` (because
295295%load_ext watermark
296296%watermark -n -u -v -iv -w
297297```
298+
299+ :::{include} ../page_footer.md
300+ :::
301+
302+ ``` {code-cell} ipython3
303+
304+ ```
You can’t perform that action at this time.
0 commit comments