Skip to content

Commit 04305e3

Browse files
Update automl-databricks-local-with-deployment.ipynb
1 parent d71c482 commit 04305e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"\n",
1818
"**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",
1919
"\n",
20-
"%pip install -r https://aka.ms/automl_linux_requirements.txt\n",
20+
"%pip install --upgrade --force-reinstall -r https://aka.ms/automl_linux_requirements.txt\n",
2121
"\n",
22-
"**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.**"
22+
"**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.**"
2323
]
2424
},
2525
{
@@ -604,4 +604,4 @@
604604
},
605605
"nbformat": 4,
606606
"nbformat_minor": 1
607-
}
607+
}

0 commit comments

Comments
 (0)