From 5f19d75a423ad10ca90c5446e6582c7fb30e0c88 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 20:48:04 -0700 Subject: [PATCH] added tracking pixel and edited the config text --- .../deployment/onnx/onnx-inference-mnist-deploy.ipynb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/deployment/onnx/onnx-inference-mnist-deploy.ipynb b/how-to-use-azureml/deployment/onnx/onnx-inference-mnist-deploy.ipynb index fa12f6ac..accbb189 100644 --- a/how-to-use-azureml/deployment/onnx/onnx-inference-mnist-deploy.ipynb +++ b/how-to-use-azureml/deployment/onnx/onnx-inference-mnist-deploy.ipynb @@ -8,6 +8,13 @@ "Licensed under the MIT License." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/deployment/onnx/onnx-inference-mnist-deploy.png)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -34,7 +41,7 @@ "## Prerequisites\n", "\n", "### 1. Install Azure ML SDK and create a new workspace\n", - "Please follow [Azure ML configuration notebook](../../../configuration.ipynb) to set up your environment.\n", + "If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, please follow [Azure ML configuration notebook](../../../configuration.ipynb) to set up your environment.\n", "\n", "### 2. Install additional packages needed for this tutorial notebook\n", "You need to install the popular plotting library `matplotlib`, the image manipulation library `opencv`, and the `onnx` library in the conda environment where Azure Maching Learning SDK is installed. \n", @@ -810,4 +817,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}