Skip to content

Commit 7e0d9aa

Browse files
removes unused import
1 parent 56b2ba3 commit 7e0d9aa

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

python-recipes/recommendation-systems/02_two_towers.ipynb

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -435,17 +435,7 @@
435435
"cell_type": "code",
436436
"execution_count": null,
437437
"metadata": {},
438-
"outputs": [
439-
{
440-
"name": "stdout",
441-
"output_type": "stream",
442-
"text": [
443-
"\n",
444-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.3.1\u001b[0m\n",
445-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n"
446-
]
447-
}
448-
],
438+
"outputs": [],
449439
"source": [
450440
"!pip install Faker --quiet"
451441
]
@@ -1421,25 +1411,14 @@
14211411
"cell_type": "code",
14221412
"execution_count": null,
14231413
"metadata": {},
1424-
"outputs": [
1425-
{
1426-
"name": "stdout",
1427-
"output_type": "stream",
1428-
"text": [
1429-
"\n",
1430-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.3.1\u001b[0m\n",
1431-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n"
1432-
]
1433-
}
1434-
],
1414+
"outputs": [],
14351415
"source": [
1436-
"# NBVAL_SKIP\n",
1437-
"!pip install folium clipboard --quiet"
1416+
"!pip install folium --quiet"
14381417
]
14391418
},
14401419
{
14411420
"cell_type": "code",
1442-
"execution_count": 20,
1421+
"execution_count": null,
14431422
"metadata": {},
14441423
"outputs": [
14451424
{
@@ -5027,7 +5006,6 @@
50275006
],
50285007
"source": [
50295008
"import folium\n",
5030-
"import clipboard\n",
50315009
"from IPython.display import display\n",
50325010
"\n",
50335011
"# create a map centered around San Francisco\n",

0 commit comments

Comments
 (0)