diff --git a/how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb b/how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb index b72aa90a..6690ff43 100644 --- a/how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb +++ b/how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb @@ -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 -} \ No newline at end of file +}