From e11e70a7fe118c24f819d71ff5d155236f918997 Mon Sep 17 00:00:00 2001 From: Marlene <57748216+marlenezw@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:45:57 +0000 Subject: [PATCH] installing packages in data notebook. (#299) --- data/create-azure-search.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/create-azure-search.ipynb b/data/create-azure-search.ipynb index 617844d8..ee208c4c 100644 --- a/data/create-azure-search.ipynb +++ b/data/create-azure-search.ipynb @@ -13,6 +13,15 @@ "You can find the names and keys in the Azure Portal. These need to be entered in a `.env` file in the root of this repository. The `.env` file is not checked in to source control. You can use the [`.env.sample`](../../.env.sample) file as a template." ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "! pip install pandas, azure-identity, azure-search-documents, openai, python-dotenv" + ] + }, { "cell_type": "code", "execution_count": null,