From c4163017c226cd4ab5b87b0231828b3ab9ca33ef 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:11:40 -0700 Subject: [PATCH] Update using-environments.ipynb --- .../training/using-environments/using-environments.ipynb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/how-to-use-azureml/training/using-environments/using-environments.ipynb b/how-to-use-azureml/training/using-environments/using-environments.ipynb index 1c541715..df03b9d8 100644 --- a/how-to-use-azureml/training/using-environments/using-environments.ipynb +++ b/how-to-use-azureml/training/using-environments/using-environments.ipynb @@ -9,6 +9,13 @@ "Licensed under the MIT License" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/training/using-environments/using-environments.png)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -47,7 +54,7 @@ "\n", "## Setup\n", "\n", - "Make sure you go through the [configuration notebook](../../../configuration.ipynb) first if you haven't.\n", + "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.\n", "\n", "First, let's validate Azure ML SDK version and connect to workspace." ]