update samples - test

This commit is contained in:
vizhur
2019-11-12 21:53:12 +00:00
parent 0dc3f34b86
commit a8b08bdff0
9 changed files with 243 additions and 10 deletions

View File

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