diff --git a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb index 9826b3ea..d6b650ac 100644 --- a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb +++ b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb @@ -7,6 +7,13 @@ "Copyright (c) Microsoft Corporation. All rights reserved. \n", "Licensed under the MIT License." ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.png)" + ] }, { "cell_type": "markdown", @@ -105,7 +112,7 @@ "source": [ "## Initialize Workspace\n", "\n", - "Initialize a workspace object from persisted configuration. Make sure the config file is present at .\\config.json" + "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" ] }, { @@ -705,4 +712,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}