From 1401cdef3370346071b5ff899372d2fbc3331794 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 13:41:34 -0700 Subject: [PATCH] updated config text --- .../intro-to-pipelines/aml-pipelines-data-transfer.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb index 56f26f8a..14e6bafa 100644 --- a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb +++ b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb @@ -62,7 +62,7 @@ "source": [ "## Initialize Workspace\n", "\n", - "Initialize a workspace object from persisted configuration. Make sure the config file is present at .\\config.json\n", + "Initialize a workspace object from persisted configuration.If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, make sure the config file is present at .\\config.json\n", "\n", "If you don't have a config.json file, please go through the configuration Notebook located here:\n", "https://github.com/Azure/MachineLearningNotebooks. \n",