added tracking pixel and edited the config text

This commit is contained in:
Shané Winner
2019-05-04 20:48:04 -07:00
committed by GitHub
parent a1968aafa2
commit 5f19d75a42

View File

@@ -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
}
}