From aa657ac528756bd5c3e4c0e0f64c48a8fad79ed5 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 09:29:00 -0700 Subject: [PATCH] Update manage-runs.ipynb --- .../training/manage-runs/manage-runs.ipynb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/training/manage-runs/manage-runs.ipynb b/how-to-use-azureml/training/manage-runs/manage-runs.ipynb index 9536518a..b96fc93d 100644 --- a/how-to-use-azureml/training/manage-runs/manage-runs.ipynb +++ b/how-to-use-azureml/training/manage-runs/manage-runs.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/manage-runs/manage-runs.png)" + ] }, { "cell_type": "markdown", @@ -45,7 +52,7 @@ "source": [ "## Setup\n", "\n", - "Make sure you go through the [configuration notebook](../../../configuration.ipynb) first if you haven't. Also, if you're new to Azure ML, we recommend that you go through [the tutorial](https://docs.microsoft.com/en-us/azure/machine-learning/service/tutorial-train-models-with-aml) first to learn the basic concepts.\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. Also, if you're new to Azure ML, we recommend that you go through [the tutorial](https://docs.microsoft.com/en-us/azure/machine-learning/service/tutorial-train-models-with-aml) first to learn the basic concepts.\n", "\n", "Let's first import required packages, check Azure ML SDK version, connect to your workspace and create an Experiment to hold the runs." ] @@ -592,4 +599,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}