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 b8ad31e commit beb13c6Copy full SHA for beb13c6
Lesson_1_Basics/Lesson_1_Student_Version.ipynb
@@ -92,19 +92,19 @@
92
]
93
},
94
{
95
- "cell_type": "code",
96
- "execution_count": null,
97
- "metadata": {
98
- "quarto": {
99
- "autorun": false,
100
- "echo": true,
101
- "engine": "pyodide"
102
- }
103
- },
104
- "outputs": [],
105
- "source": [
106
- "print('hello world')"
107
- ]
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {
+ "quarto": {
+ "engine": "pyodide",
+ "autorun": false,
+ "echo": true
+ }
+ },
+ "outputs": [],
+ "source": [
+ "print('hello world')"
+ ]
108
109
110
"attachments": {},
0 commit comments