Skip to content

Commit 1572600

Browse files
committed
Instantiate env too
1 parent c93683d commit 1572600

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.qmd

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The aim is for individual articles to be be merged into the actual docs when the
99

1010
### This Quarto project was run with
1111

12+
```{julia}
13+
import Pkg; Pkg.instantiate();
14+
```
15+
1216
```{julia}
1317
versioninfo()
1418
```

0 commit comments

Comments
 (0)