Skip to content

Commit c93683d

Browse files
committed
Instantiate env
1 parent b966da5 commit c93683d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/transforms.qmd

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ engine: julia
44
---
55

66
```{julia}
7-
import Random
8-
Random.seed!(468);
9-
7+
import Random; Random.seed!(468);
8+
import Pkg; Pkg.instantiate();
109
```
1110

1211
This article is about transforming distributions and Bijectors.jl.

0 commit comments

Comments
 (0)