From 6ff06dd13749431a792d842b31e2c413d6a3b83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shan=C3=A9=20Winner?= <43390034+swinner95@users.noreply.github.com> Date: Sun, 5 May 2019 00:06:23 -0700 Subject: [PATCH] Update train-on-remote-vm.ipynb --- .../train-on-remote-vm/train-on-remote-vm.ipynb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/training/train-on-remote-vm/train-on-remote-vm.ipynb b/how-to-use-azureml/training/train-on-remote-vm/train-on-remote-vm.ipynb index f4a419c1..9427db37 100644 --- a/how-to-use-azureml/training/train-on-remote-vm/train-on-remote-vm.ipynb +++ b/how-to-use-azureml/training/train-on-remote-vm/train-on-remote-vm.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-remote-vm/train-on-remote-vm.png)" + ] }, { "cell_type": "markdown", @@ -30,7 +37,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." ] }, { @@ -638,4 +645,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}