Skip to content

Commit db2f193

Browse files
committed
Change pyodide code block
1 parent f57d151 commit db2f193

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ 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-
```{python}
37-
#| autorun: false
38-
#| echo: true
39-
#| engine: pyodide
40-
36+
```{pyodide}
4137
sum([10, 20, 30, 40, 50])
4238
```
4339

0 commit comments

Comments
 (0)