Skip to content

Commit

Permalink
Proper support for Julia, see geocompx/docker#69
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 22, 2024
1 parent df988fe commit 1340bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "rocker-rpy",
"image": "ghcr.io/geocompx/docker:rocker-rpy",
"name": "ghcr.io/geocompx/docker:rocker-rpyjl",
"image": "rocker-rpyjl",
"customizations": {
"vscode": {
"extensions": [
"reditorsupport.r",
"GitHub.copilot-chat",
"quarto.quarto",
"ms-python.python",
"ms-toolsai.jupyter"
"ms-toolsai.jupyter",
"julialang.language-julia"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ curl -fsSL https://install.julialang.org | sh

Activate the Julia environment:

```{julia}
```julia
using Pkg
Pkg.activate(".")
Pkg.status()
Expand Down

0 comments on commit 1340bc1

Please sign in to comment.