Commit ef17bda 1 parent 3113d23 commit ef17bda Copy full SHA for ef17bda
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ local hasDonePyodideSetup = false
12
12
-- https://pyodide.org/en/stable/usage/api/js-api.html#globalThis.loadPyodide
13
13
14
14
-- Define a base compatibile version
15
- local baseVersionPyodide = " 0.25.0 "
15
+ local baseVersionPyodide = " 0.26.1 "
16
16
17
17
-- Define where Pyodide can be found. Default:
18
- -- https://cdn.jsdelivr.net/pyodide/v0.25.0 /full/
19
- -- https://cdn.jsdelivr.net/pyodide/v0.25.0 /debug/
18
+ -- https://cdn.jsdelivr.net/pyodide/v0.z.y /full/
19
+ -- https://cdn.jsdelivr.net/pyodide/v0.z.y /debug/
20
20
local baseUrl = " https://cdn.jsdelivr.net/pyodide/v" .. baseVersionPyodide .. " /"
21
21
local buildVariant = " full/"
22
22
local indexURL = baseUrl .. buildVariant
@@ -463,4 +463,4 @@ return {
463
463
{
464
464
Pandoc = stitchDocument
465
465
}
466
- }
466
+ }
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ format:
13
13
[ quarto ] : https://quarto.org/
14
14
15
15
16
- # 0.0.1.dev-1: What does the Python Say ? (??-??-????)
16
+ # 0.0.1.dev-2: ?? ? (??-??-????)
17
17
18
18
## Features
19
19
20
+ - Updated the version of Pyodide from 0.25.0 to 0.26.1 ([ #20 ] ( https://github.com/coatless-quarto/pyodide/pull/20 ) )
20
21
- New code cell option that set the interactive cell to be read-only. ([ #4 ] ( https://github.com/coatless-quarto/pyodide/issues/4 ) )
21
22
22
23
## Changes
You can’t perform that action at this time.
0 commit comments