Skip to content

Commit 5b1d29e

Browse files
committed
Update lab_0_explore_and_use_models.ipynb
1 parent 9f1b17b commit 5b1d29e

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

Labs/lab_0_explore_and_use_models.ipynb

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77
"# Explore and use Azure OpenAI models from code"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"### Install Requirements\n",
15+
"\n",
16+
"Before we can start running the Python code below, we need to install the necessary Python libraries required.\n",
17+
"\n",
18+
"Run the following command to install the Python libraries required for this lab, as listed within the `requirements.txt` file:"
19+
]
20+
},
21+
{
22+
"cell_type": "code",
23+
"execution_count": null,
24+
"metadata": {},
25+
"outputs": [],
26+
"source": [
27+
"!pip install -r requirements.txt"
28+
]
29+
},
1030
{
1131
"cell_type": "markdown",
1232
"metadata": {},
@@ -55,7 +75,7 @@
5575
},
5676
{
5777
"cell_type": "code",
58-
"execution_count": 5,
78+
"execution_count": 3,
5979
"metadata": {},
6080
"outputs": [],
6181
"source": [
@@ -123,7 +143,7 @@
123143
"name": "python",
124144
"nbconvert_exporter": "python",
125145
"pygments_lexer": "ipython3",
126-
"version": "3.11.5"
146+
"version": "3.12.6"
127147
}
128148
},
129149
"nbformat": 4,

0 commit comments

Comments
 (0)