Skip to content

Commit 77fcd79

Browse files
committed
switch to hide-output for collab compat testing
1 parent 1f84a06 commit 77fcd79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lectures/ar1_bayes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kernelspec:
1717
```
1818

1919
```{code-cell} ipython3
20-
:tags: [skip-execution]
20+
:tags: [hide-output]
2121
2222
!pip install numpyro jax
2323
```

lectures/bayes_nonconj.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kernelspec:
1717
```
1818

1919
```{code-cell} ipython3
20-
:tags: [skip-execution]
20+
:tags: [hide-output]
2121
2222
!pip install numpyro pyro-ppl torch jax
2323
```

lectures/mix_model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kernelspec:
1818
```
1919

2020
```{code-cell} ipython
21-
:tags: [skip-execution]
21+
:tags: [hide-output]
2222
2323
!pip install numpyro jax
2424
```

0 commit comments

Comments
 (0)