update samples - test

This commit is contained in:
vizhur
2019-07-12 22:51:17 +00:00
parent 4170a394ed
commit 18cd152591
9 changed files with 40 additions and 32 deletions

View File

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