version check

This commit is contained in:
Roope Astala
2019-05-14 16:03:39 -04:00
parent 2d41c00488
commit 0d448892a3
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@
"source": [
"import azureml.core\n",
"\n",
"print(\"This notebook was created using version 1.0.23 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.0.39 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.23, you are currently running version\", azureml.core.VERSION)"
"print(\"This notebook was created using SDK version 1.0.39, you are currently running version\", azureml.core.VERSION)"
]
},
{