update samples from Release-57 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2020-07-06 22:05:24 +00:00
parent 053efde8c9
commit 6c629f1eda
67 changed files with 1470 additions and 1338 deletions

View File

@@ -102,7 +102,7 @@
"source": [
"import azureml.core\n",
"\n",
"print(\"This notebook was created using version 1.8.0 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.9.0 of the Azure ML SDK\")\n",
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
]
},