From 73db8ae04dfc4dca031807004b5d0005eaa90362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shan=C3=A9=20Winner?= <43390034+swinner95@users.noreply.github.com> Date: Sat, 4 May 2019 23:52:01 -0700 Subject: [PATCH] Update train-on-local.ipynb --- .../training/train-on-local/train-on-local.ipynb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/training/train-on-local/train-on-local.ipynb b/how-to-use-azureml/training/train-on-local/train-on-local.ipynb index feefa8a0..8acf24e6 100644 --- a/how-to-use-azureml/training/train-on-local/train-on-local.ipynb +++ b/how-to-use-azureml/training/train-on-local/train-on-local.ipynb @@ -8,6 +8,13 @@ "\n", "Licensed under the MIT License." ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/training/train-on-local/train-on-local.png)" + ] }, { "cell_type": "markdown", @@ -29,7 +36,7 @@ "metadata": {}, "source": [ "## Prerequisites\n", - "Make sure you go through the [configuration notebook](../../../configuration.ipynb) first if you haven't." + "If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, make sure you go through the [configuration notebook](../../../configuration.ipynb) first if you haven't." ] }, { @@ -532,4 +539,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}