Skip to content

Commit dd5a784

Browse files
committed
add missing packages
1 parent d28bfac commit dd5a784

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

content/airbnb-challenge.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
"### A. Importing library"
1515
]
1616
},
17+
{
18+
"cell_type": "code",
19+
"execution_count": 1,
20+
"execution_count": null,
21+
"metadata": {},
22+
"outputs": [],
23+
"source": [
24+
"import micropip\n",
25+
"await micropip.install(\"matplotlib\")",
26+
"await micropip.install(\"seaborn\")"
27+
]
28+
},
1729
{
1830
"cell_type": "code",
1931
"execution_count": 39,

content/car-price-prediction-challenge.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
"Run the cell below to `import` some Python libraries - these will be our tools for working with data 📊"
2929
]
3030
},
31+
{
32+
"cell_type": "code",
33+
"execution_count": 1,
34+
"execution_count": null,
35+
"metadata": {},
36+
"outputs": [],
37+
"source": [
38+
"import micropip\n",
39+
"await micropip.install(\"seaborn\")"
40+
]
41+
},
3142
{
3243
"cell_type": "code",
3344
"execution_count": 1,

content/house-price-prediction-project.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
"Run the cell below to `import` some Python libraries - these will be our tools for working with data 📊\n"
2929
]
3030
},
31+
{
32+
"cell_type": "code",
33+
"execution_count": 1,
34+
"execution_count": null,
35+
"metadata": {},
36+
"outputs": [],
37+
"source": [
38+
"import micropip\n",
39+
"await micropip.install(\"seaborn\")"
40+
]
41+
},
3142
{
3243
"cell_type": "code",
3344
"execution_count": null,

content/spotify-project.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
"## 1. Importing Libraries"
1515
]
1616
},
17+
{
18+
"cell_type": "code",
19+
"execution_count": 1,
20+
"execution_count": null,
21+
"metadata": {},
22+
"outputs": [],
23+
"source": [
24+
"import micropip\n",
25+
"await micropip.install(\"matplotlib\")",
26+
"await micropip.install(\"seaborn\")"
27+
]
28+
},
1729
{
1830
"cell_type": "code",
1931
"execution_count": 3,

0 commit comments

Comments
 (0)