Skip to content

Commit

Permalink
Fix Project.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Sep 18, 2024
1 parent e9490ea commit 5093f64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chapters/01-spatial-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
engine: julia
---

```{julia}
#| include: false
using Pkg
Pkg.activate("..")
Pkg.instantiate()
```

# Geographic data in Julia {#sec-spatial-class}

## Introduction
Expand Down

0 comments on commit 5093f64

Please sign in to comment.