Skip to content

Commit 2af36c9

Browse files
committed
Fix interactive code blocks
1 parent 69b4778 commit 2af36c9

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

Lesson_1_Basics/Lesson_1_Student_Version.ipynb

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2-
"cell_type": "raw",
3-
"metadata": {
4-
"raw_mimetype": "text/x-quarto-yaml"
5-
},
6-
"source": [
7-
"---\n",
8-
"title: \"Lesson 1 – Basic Introduction to Programming in Python\"\n",
9-
"format: live-html\n",
10-
"jupyter: python3\n",
11-
"---\n"
12-
]
13-
},
142
"cells": [
3+
{
4+
"cell_type": "raw",
5+
"metadata": {
6+
"raw_mimetype": "text/x-quarto-yaml"
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+
},
1516
{
1617
"attachments": {},
1718
"cell_type": "markdown",

0 commit comments

Comments
 (0)