update samples - test

This commit is contained in:
vizhur
2019-11-25 22:24:09 +00:00
parent 156974ee7b
commit e4029801e6
9 changed files with 115 additions and 8 deletions

View File

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