update samples from Release-141 as a part of 1.0.57 SDK release

This commit is contained in:
vizhur
2019-08-19 23:33:44 +00:00
parent 8f418b216d
commit 44a7481ed1
158 changed files with 32395 additions and 619 deletions

View File

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