Skip to content

Commit cca7c2e

Browse files
authored
add cell metadata
1 parent e895d7c commit cca7c2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

how-to-use-azureml/training/train-on-local/train-on-local.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
{
168168
"cell_type": "code",
169169
"execution_count": null,
170-
"metadata": {},
170+
"metadata": {"name":"user_managed_env"},
171171
"outputs": [],
172172
"source": [
173173
"from azureml.core import Environment\n",
@@ -192,7 +192,7 @@
192192
{
193193
"cell_type": "code",
194194
"execution_count": null,
195-
"metadata": {},
195+
"metadata": {"name":"src"},
196196
"outputs": [],
197197
"source": [
198198
"from azureml.core import ScriptRunConfig\n",
@@ -224,7 +224,7 @@
224224
{
225225
"cell_type": "code",
226226
"execution_count": null,
227-
"metadata": {},
227+
"metadata": {"name":"run"},
228228
"outputs": [],
229229
"source": [
230230
"run"
@@ -691,4 +691,4 @@
691691
},
692692
"nbformat": 4,
693693
"nbformat_minor": 2
694-
}
694+
}

0 commit comments

Comments
 (0)