Skip to content

Commit 508bbdc

Browse files
authored
fix: inconsistent kernel version for julia (#1623)
1 parent 3d630d2 commit 508bbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/computations/julia.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ Alternatively, if you are using Jupyter from within any other version of Python
152152

153153
### Kernel Selection
154154

155-
You'll note in our first example that we specified the use of the `julia-1.7` kernel explicitly in our document options (shortened for brevity):
155+
You'll note in our first example that we specified the use of the `julia-1.8` kernel explicitly in our document options (shortened for brevity):
156156

157157
``` markdown
158158
---
159159
title: "StatsPlots Demo"
160-
jupyter: julia-1.7
160+
jupyter: julia-1.8
161161
---
162162
```
163163

0 commit comments

Comments
 (0)