From 04305e33f098cf03b257ed15d35dea298330820a Mon Sep 17 00:00:00 2001 From: savitamittal1 <39776179+savitamittal1@users.noreply.github.com> Date: Fri, 16 Oct 2020 23:58:12 -0700 Subject: [PATCH] Update automl-databricks-local-with-deployment.ipynb --- .../automl/automl-databricks-local-with-deployment.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb b/how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb index 649a0a22..41f4b015 100644 --- a/how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb +++ b/how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb @@ -17,9 +17,9 @@ "\n", "**For Databricks non ML runtime 7.1(scala 2.21, spark 3.0.0) and up, Install AML sdk by running the following command in the first cell of the notebook.**\n", "\n", - "%pip install -r https://aka.ms/automl_linux_requirements.txt\n", + "%pip install --upgrade --force-reinstall -r https://aka.ms/automl_linux_requirements.txt\n", "\n", - "**For Databricks non ML runtime 7.0 and lower, Install AML sdk using init script as shown in [readme](readme.md) before running this notebook.**" + "**For Databricks non ML runtime 7.0 and lower, Install AML sdk using init script as shown in [readme](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/azure-databricks/automl/README.md) before running this notebook.**" ] }, { @@ -604,4 +604,4 @@ }, "nbformat": 4, "nbformat_minor": 1 -} \ No newline at end of file +}