Importing a library that is not in Colaboratory
To import a library that's not in Colaboratory by default, you can use !pip install
or !apt-get install
.
To import a library that's not in Colaboratory by default, you can use !pip install
or !apt-get install
.
!pip install cartopy
import cartopy