From 4b6e34fdc0479d052bc7811fd7894cdc9eeb25c2 Mon Sep 17 00:00:00 2001 From: Roope Astala Date: Mon, 28 Jan 2019 18:09:36 -0500 Subject: [PATCH] Update train-within-notebook.ipynb --- .../train-within-notebook/train-within-notebook.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}