Skip to content

Commit 4b6e34f

Browse files
authored
Update train-within-notebook.ipynb
1 parent e01216d commit 4b6e34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"from azureml.core import Experiment, Workspace\n",
8282
"\n",
8383
"# Check core SDK version number\n",
84-
"print(\"This notebook was created using version 1.0.2 of the Azure ML SDK\")\n",
84+
"print(\"This notebook was created using version 1.0.10 of the Azure ML SDK\")\n",
8585
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")\n",
8686
"print(\"\")\n",
8787
"\n",
@@ -703,4 +703,4 @@
703703
},
704704
"nbformat": 4,
705705
"nbformat_minor": 2
706-
}
706+
}

0 commit comments

Comments
 (0)