Skip to content

Commit c2677e5

Browse files
authored
Merge pull request #31 from nasa-gibs/add-pip-installs
Add pip installs
2 parents f2dd2bd + 8c9d296 commit c2677e5

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/python-usage.ipynb

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,30 @@
3737
{
3838
"cell_type": "code",
3939
"execution_count": 1,
40+
"id": "e2e95b92",
41+
"metadata": {},
42+
"outputs": [],
43+
"source": [
44+
"# install necessary packages for imports \n",
45+
"%pip install scikit-image\n",
46+
"%pip install scikit-learn\n",
47+
"%pip install matplotlib\n",
48+
"%pip install cartopy\n",
49+
"%pip install folium\n",
50+
"%pip install mapbox_vector_tile\n",
51+
"%pip install lxml\n",
52+
"%pip install pandas\n",
53+
"%pip install owslib\n",
54+
"%pip install geopandas\n",
55+
"%pip install rasterio\n",
56+
"%pip install fiona\n",
57+
"%pip install ipyleaflet\n",
58+
"%pip install cairosvg # If needed, more specific install instructions for cairosvg: https://cairosvg.org/documentation/ "
59+
]
60+
},
61+
{
62+
"cell_type": "code",
63+
"execution_count": 2,
4064
"id": "5a65137f",
4165
"metadata": {},
4266
"outputs": [],
@@ -4119,7 +4143,7 @@
41194143
"name": "python",
41204144
"nbconvert_exporter": "python",
41214145
"pygments_lexer": "ipython3",
4122-
"version": "3.13.0"
4146+
"version": "3.13.1"
41234147
},
41244148
"vscode": {
41254149
"interpreter": {

0 commit comments

Comments
 (0)