Skip to content

Commit ff7987b

Browse files
author
Severin Hatt
committed
REmove auto reload
1 parent 6570c57 commit ff7987b

File tree

2 files changed

+66
-324
lines changed

2 files changed

+66
-324
lines changed

examples/case_studies/probabilistic_matrix_factorization.ipynb

Lines changed: 66 additions & 317 deletions
Large diffs are not rendered by default.

myst_nbs/case_studies/probabilistic_matrix_factorization.myst.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ kernelspec:
2121
:::
2222

2323
```{code-cell} ipython3
24-
%load_ext autoreload
25-
```
26-
27-
```{code-cell} ipython3
28-
%autoreload 2
29-
%matplotlib inline
30-
3124
import arviz as az
3225
import matplotlib.pyplot as plt
3326
import numpy as np

0 commit comments

Comments
 (0)