added the tracking pixel and the edited the config text

This commit is contained in:
Shané Winner
2019-05-04 08:40:18 -07:00
committed by GitHub
parent a7c3db0560
commit 7d8289679d

View File

@@ -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/logging-api/logging-api.png)"
]
},
{
"cell_type": "markdown",
@@ -62,7 +69,7 @@
"\n",
"## Setup\n",
"\n",
"Make sure you go through the [configuration notebook](../../../configuration.ipynb) first if you haven't. Also make sure you have tqdm and matplotlib installed in the current kernel.\n",
"If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, go through the [configuration](../../../configuration.ipynb) Notebook first if you haven't already to establish your connection to the AzureML Workspace. Also make sure you have tqdm and matplotlib installed in the current kernel.\n",
"\n",
"```\n",
"(myenv) $ conda install -y tqdm matplotlib\n",
@@ -527,4 +534,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}