Update train-within-notebook.ipynb

This commit is contained in:
Roope Astala
2019-01-28 18:09:36 -05:00
committed by GitHub
parent e01216d85b
commit 4b6e34fdc0

View File

@@ -81,7 +81,7 @@
"from azureml.core import Experiment, Workspace\n",
"\n",
"# Check core SDK version number\n",
"print(\"This notebook was created using version 1.0.2 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.0.10 of the Azure ML SDK\")\n",
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")\n",
"print(\"\")\n",
"\n",
@@ -703,4 +703,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}