Skip to content

Commit

Permalink
installing packages in data notebook. (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenezw authored Dec 17, 2024
1 parent 255edbd commit e11e70a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/create-azure-search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e11e70a

Please sign in to comment.