Skip to content

Commit cc46dc7

Browse files
committed
typo
1 parent 9d719ea commit cc46dc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/airbnb-challenge.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"outputs": [],
2323
"source": [
2424
"import micropip\n",
25-
"await micropip.install(\"matplotlib\")",
25+
"await micropip.install(\"matplotlib\")\n",
2626
"await micropip.install(\"seaborn\")"
2727
]
2828
},

content/spotify-project.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"outputs": [],
2323
"source": [
2424
"import micropip\n",
25-
"await micropip.install(\"matplotlib\")",
25+
"await micropip.install(\"matplotlib\")\n",
2626
"await micropip.install(\"seaborn\")"
2727
]
2828
},

0 commit comments

Comments
 (0)