Skip to content

Commit 307d7ae

Browse files
fix: inconsistent kernel version for julia (#1623) (#1624)
(cherry picked from commit 508bbdc) Co-authored-by: Mickaël Canouil <[email protected]>
1 parent df21296 commit 307d7ae

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
@@ -159,12 +159,12 @@ Alternatively, if you are using Jupyter from within any other version of Python
159159

160160
### Kernel Selection
161161

162-
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):
162+
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):
163163

164164
``` markdown
165165
---
166166
title: "StatsPlots Demo"
167-
jupyter: julia-1.7
167+
jupyter: julia-1.8
168168
---
169169
```
170170

0 commit comments

Comments
 (0)