Skip to content

Commit 7d82896

Browse files
authored
added the tracking pixel and the edited the config text
1 parent a7c3db0 commit 7d82896

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

how-to-use-azureml/training/logging-api/logging-api.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"\n",
99
"Licensed under the MIT License."
1010
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": [
16+
"![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/training/logging-api/logging-api.png)"
17+
]
1118
},
1219
{
1320
"cell_type": "markdown",
@@ -62,7 +69,7 @@
6269
"\n",
6370
"## Setup\n",
6471
"\n",
65-
"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",
72+
"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",
6673
"\n",
6774
"```\n",
6875
"(myenv) $ conda install -y tqdm matplotlib\n",
@@ -527,4 +534,4 @@
527534
},
528535
"nbformat": 4,
529536
"nbformat_minor": 2
530-
}
537+
}

0 commit comments

Comments
 (0)