update samples - test

This commit is contained in:
vizhur
2019-10-02 19:27:40 +00:00
parent 735db9ebe7
commit b8deacf2a2
8 changed files with 153 additions and 14 deletions

View File

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