Skip to content

Commit c7bec58

Browse files
committed
update version
1 parent cca3996 commit c7bec58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"source": [
9797
"import azureml.core\n",
9898
"\n",
99-
"print(\"This notebook was created using version 1.0.6 of the Azure ML SDK\")\n",
99+
"print(\"This notebook was created using version 1.0.15 of the Azure ML SDK\")\n",
100100
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
101101
]
102102
},

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

Lines changed: 1 addition & 1 deletion
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.15 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",

0 commit comments

Comments
 (0)