Skip to content

Commit 0c6a8f1

Browse files
committed
more changes
1 parent aba192d commit 0c6a8f1

File tree

2 files changed

+32
-28
lines changed

2 files changed

+32
-28
lines changed

Lesson_1_Basics/Lesson_1_Student_Version.ipynb

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "raw",
5-
"metadata": {
6-
"raw_mimetype": "text/x-quarto"
7-
},
8-
"source": [
9-
"---\n",
10-
"title: \"Lesson 1 – Basic Introduction to Programming in Python\"\n",
11-
"format: live-html\n",
12-
"jupyter: python3\n",
13-
"---\n"
14-
]
15-
},
4+
"cell_type": "raw",
5+
"metadata": {
6+
"raw_mimetype": "text/x-quarto",
7+
"vscode": {
8+
"languageId": "raw"
9+
}
10+
},
11+
"source": [
12+
"---\n",
13+
"title: \"Lesson 1 – Basic Introduction to Programming in Python\"\n",
14+
"format: live-html\n",
15+
"jupyter: python3\n",
16+
"---"
17+
]
18+
},
1619
{
1720
"attachments": {},
1821
"cell_type": "markdown",
@@ -92,16 +95,19 @@
9295
]
9396
},
9497
{
95-
"cell_type": "code",
96-
"execution_count": null,
97-
"metadata": {
98-
"quarto": { "engine":"pyodide","autorun":false,"echo":true }
99-
100-
},
101-
"outputs": [],
102-
"source": [
103-
"print('hello world')"
104-
]
98+
"cell_type": "code",
99+
"execution_count": null,
100+
"metadata": {
101+
"quarto": {
102+
"autorun": false,
103+
"echo": true,
104+
"engine": "pyodide"
105+
}
106+
},
107+
"outputs": [],
108+
"source": [
109+
"print('hello world')"
110+
]
105111
},
106112
{
107113
"attachments": {},

_quarto.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ format:
4747
toc: true
4848
number-sections: false
4949

50-
execute:
51-
freeze: auto
52-
cache: true
53-
warning: false
54-
message: false
55-
error: true
50+
execute:
51+
enabled: auto
52+
freeze: auto # only re-execute if source changed
53+
cache: true # speed up CI builds

0 commit comments

Comments
 (0)