We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cc0e6 commit 88966e8Copy full SHA for 88966e8
Lesson_1_Basics/Lesson_1_Student_Version.ipynb
@@ -13,7 +13,10 @@
13
"cell_type": "markdown",
14
"metadata": {},
15
"source": [
16
- "# Lesson 1 - Basic Introduction to Programming in Python : Operators and Data Types"
+ "# 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"
20
]
21
},
22
{
@@ -80,11 +83,12 @@
80
83
"execution_count": null,
81
84
"metadata": {
82
85
"quarto": {
- "engine": "pyodide",
- "autorun": false,
- "echo": true
86
+ "autorun": false,
87
+ "echo": true,
88
+ "engine": "pyodide"
89
}
- },"outputs": [],
90
+ },
91
+ "outputs": [],
92
93
"print('hello world')"
94
0 commit comments