Skip to content

Commit 88966e8

Browse files
committed
Test interactive code blocks
1 parent d0cc0e6 commit 88966e8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Lesson_1_Basics/Lesson_1_Student_Version.ipynb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"# Lesson 1 - Basic Introduction to Programming in Python : Operators and Data Types"
16+
"# Lesson 1 - Basic Introduction to Programming in Python : Operators and Data Types\n",
17+
"title: \"Lesson 1 – Basic Introduction to Programming in Python: Operators and Data Types\"\n",
18+
"jupyter: python3\n",
19+
"format: live-html"
1720
]
1821
},
1922
{
@@ -80,11 +83,12 @@
8083
"execution_count": null,
8184
"metadata": {
8285
"quarto": {
83-
"engine": "pyodide",
84-
"autorun": false,
85-
"echo": true
86+
"autorun": false,
87+
"echo": true,
88+
"engine": "pyodide"
8689
}
87-
},"outputs": [],
90+
},
91+
"outputs": [],
8892
"source": [
8993
"print('hello world')"
9094
]

0 commit comments

Comments
 (0)