Skip to content

Commit b8ad31e

Browse files
committed
Code block experiment
1 parent 4985d23 commit b8ad31e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ Read lessons here, run small code snippets live in your browser, *or* launch the
3333

3434
Below is a small Python snippet running **in your browser** via Pyodide. Click **Run Code** to execute it:
3535

36-
```{pyodide}
36+
```{python}
37+
#| engine: pyodide
38+
#| autorun: false
39+
#| echo: true
3740
sum([10, 20, 30, 40, 50])
3841
```
3942

0 commit comments

Comments
 (0)