Skip to content

Commit

Permalink
Add code to install cartopy
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcummins committed Sep 25, 2024
1 parent 3b52956 commit 3edf780
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Image_Segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,26 @@
" pathlib.PosixPath = pathlib.WindowsPath"
]
},
{
"cell_type": "markdown",
"id": "aee58789",
"metadata": {},
"source": [
"### Note for Colab users\n",
"\n",
"Google Colab doesn't come with cartopy installed by default. Uncomment the cell below to rectify this."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d7523518",
"metadata": {},
"outputs": [],
"source": [
"# pip install cartopy"
]
},
{
"cell_type": "markdown",
"id": "07f5b1d9-bef4-423f-aa3f-38069379ee92",
Expand Down

0 comments on commit 3edf780

Please sign in to comment.