Compare commits

..

1 Commits

Author SHA1 Message Date
vizhur
b8deacf2a2 update samples - test 2019-10-02 19:27:40 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,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\")"
]
},

View File

@@ -100,7 +100,7 @@
"\n",
"# Check core SDK version number\n",
"\n",
"print(\"This notebook was created using SDK version 1.0.65, you are currently running version\", azureml.core.VERSION)"
"print(\"This notebook was created using SDK version Latest, you are currently running version\", azureml.core.VERSION)"
]
},
{

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\")"
]
},