Skip to content

Commit 1277bbe

Browse files
committed
add code cells
1 parent 8cd2490 commit 1277bbe

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

4_Problems/1_21_Classes.ipynb

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
"## 🟩 Create JobPosting Class (1.21.1)"
1919
]
2020
},
21+
{
22+
"cell_type": "code",
23+
"execution_count": null,
24+
"id": "26bdb6dc",
25+
"metadata": {},
26+
"outputs": [],
27+
"source": [
28+
"# Create the JobPostings class in this code cell"
29+
]
30+
},
2131
{
2232
"cell_type": "code",
2333
"execution_count": null,
@@ -45,6 +55,16 @@
4555
"## 🟨 Convert to Dictionary (1.21.2)"
4656
]
4757
},
58+
{
59+
"cell_type": "code",
60+
"execution_count": null,
61+
"id": "82b617cd",
62+
"metadata": {},
63+
"outputs": [],
64+
"source": [
65+
"# Create the JobPostings class in this code cell"
66+
]
67+
},
4868
{
4969
"cell_type": "code",
5070
"execution_count": null,
@@ -72,6 +92,16 @@
7292
"## 🟥 Compare Job Salaries (1.21.3)"
7393
]
7494
},
95+
{
96+
"cell_type": "code",
97+
"execution_count": null,
98+
"id": "5d5cf1bd",
99+
"metadata": {},
100+
"outputs": [],
101+
"source": [
102+
"# Create the JobPostings class in this code cell"
103+
]
104+
},
75105
{
76106
"cell_type": "code",
77107
"execution_count": null,
@@ -93,7 +123,11 @@
93123
]
94124
}
95125
],
96-
"metadata": {},
126+
"metadata": {
127+
"language_info": {
128+
"name": "python"
129+
}
130+
},
97131
"nbformat": 4,
98132
"nbformat_minor": 5
99133
}

0 commit comments

Comments
 (0)