Skip to content

Commit ae72409

Browse files
authored
Markov model notebook reviews (#10)
* Finished with Zach's review Left todo: - Add in other review comments as they come in. - Re-run entire notebook from to-to-bottom to guarantee reproducibility. * Incorporated Balaji, Alex and Colin's reviews * Added figures * pinned mkdocs-material version
1 parent af37014 commit ae72409

8 files changed

+240
-340
lines changed
Binary file not shown.
9.07 KB
Loading
Binary file not shown.
19 KB
Loading
Binary file not shown.
19.4 KB
Loading

docs/notebooks/markov-models.ipynb

Lines changed: 235 additions & 335 deletions
Large diffs are not rendered by default.

environment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies:
3434
- jaxlib
3535
- -e git+https://github.com/pymc-devs/pymc4.git#egg=pymc4
3636
# - tfp-nightly
37-
- mkdocs
38-
- mkdocs-minify-plugin
39-
- pymdown-extensions
40-
- mkdocs-material
41-
- mknotebooks
37+
- mkdocs==1.1
38+
- mkdocs-minify-plugin==0.2.3
39+
- pymdown-extensions>=7.0
40+
- mkdocs-material==4.6.3
41+
- mknotebooks==0.3.5

0 commit comments

Comments
 (0)