Skip to content

Commit

Permalink
update notebook rendering: Bayes Factor (pymc-devs#395)
Browse files Browse the repository at this point in the history
* update notebook rendering

* added PR history in notebook at end

* rm misc cell

* changes to notebook

* ran pre-commit
  • Loading branch information
reshamas authored Jul 20, 2022
1 parent b457954 commit 49751c4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
25 changes: 20 additions & 5 deletions examples/diagnostics_and_criticism/Bayes_factor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1107,9 +1107,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Authors\n",
"* Authored by Osvaldo Martin\n",
"* Updated by Osvaldo Martin in May, 2022"
"* Authored by Osvaldo Martin in September, 2017 ([pymc#2563](https://github.com/pymc-devs/pymc/pull/2563))\n",
"* Updated by Osvaldo Martin in August, 2018 ([pymc#3124](https://github.com/pymc-devs/pymc/pull/3124))\n",
"* Updated by Osvaldo Martin in May, 2022 ([pymc-examples#342](https://github.com/pymc-devs/pymc-examples/pull/342))"
]
},
{
Expand Down Expand Up @@ -1150,14 +1150,29 @@
"%load_ext watermark\n",
"%watermark -n -u -v -iv -w"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
":::{include} ../page_footer.md\n",
":::"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"interpreter": {
"hash": "d4ca51fc2fdee62b1a00ff5126f64ae66836e25d3ba6f45d8551026256283997"
},
"kernelspec": {
"display_name": "Python 3.9.7 ('base')",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1171,7 +1186,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.5"
}
},
"nbformat": 4,
Expand Down
15 changes: 11 additions & 4 deletions myst_nbs/diagnostics_and_criticism/Bayes_factor.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jupytext:
format_version: 0.13
jupytext_version: 1.13.7
kernelspec:
display_name: Python 3.9.7 ('base')
display_name: Python 3 (ipykernel)
language: python
name: python3
---
Expand Down Expand Up @@ -283,9 +283,9 @@ In this example the observed data $y$ is more consistent with `model_1` (because

+++

## Authors
* Authored by Osvaldo Martin
* Updated by Osvaldo Martin in May, 2022
* Authored by Osvaldo Martin in September, 2017 ([pymc#2563](https://github.com/pymc-devs/pymc/pull/2563))
* Updated by Osvaldo Martin in August, 2018 ([pymc#3124](https://github.com/pymc-devs/pymc/pull/3124))
* Updated by Osvaldo Martin in May, 2022 ([pymc-examples#342](https://github.com/pymc-devs/pymc-examples/pull/342))

+++

Expand All @@ -295,3 +295,10 @@ In this example the observed data $y$ is more consistent with `model_1` (because
%load_ext watermark
%watermark -n -u -v -iv -w
```

:::{include} ../page_footer.md
:::

```{code-cell} ipython3
```

0 comments on commit 49751c4

Please sign in to comment.