From f35972599f704de2a6e551134d53d212f0d1ec30 Mon Sep 17 00:00:00 2001 From: grallewellyn Date: Tue, 17 Dec 2024 17:30:42 -0800 Subject: [PATCH 1/2] added pip install statements --- docs/python-usage.ipynb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/python-usage.ipynb b/docs/python-usage.ipynb index cea2713..1273319 100644 --- a/docs/python-usage.ipynb +++ b/docs/python-usage.ipynb @@ -34,6 +34,30 @@ "" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "e2e95b92", + "metadata": {}, + "outputs": [], + "source": [ + "# install necessary packages for imports \n", + "%pip install scikit-image\n", + "%pip install scikit-learn\n", + "%pip install matplotlib\n", + "%pip install cartopy\n", + "%pip install folium\n", + "%pip install mapbox_vector_tile\n", + "%pip install lxml\n", + "%pip install pandas\n", + "%pip install owslib\n", + "%pip install geopandas\n", + "%pip install rasterio\n", + "%pip install fiona\n", + "%pip install ipyleaflet\n", + "%pip install cairosvg # If needed, more specific install instructions for cairosvg: https://cairosvg.org/documentation/ " + ] + }, { "cell_type": "code", "execution_count": 1, From 8c9d2964571c4583635e8c0edde77208180ca346 Mon Sep 17 00:00:00 2001 From: grallewellyn Date: Tue, 17 Dec 2024 17:38:58 -0800 Subject: [PATCH 2/2] ran cell --- docs/python-usage.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/python-usage.ipynb b/docs/python-usage.ipynb index 1273319..c832d13 100644 --- a/docs/python-usage.ipynb +++ b/docs/python-usage.ipynb @@ -36,7 +36,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "e2e95b92", "metadata": {}, "outputs": [], @@ -60,7 +60,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "id": "5a65137f", "metadata": {}, "outputs": [], @@ -4143,7 +4143,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.13.0" + "version": "3.13.1" }, "vscode": { "interpreter": {