Skip to content

Commit c2d3eb4

Browse files
committed
Update how-to-access-data-interactive.md . . .
1 parent e8696ba commit c2d3eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-access-data-interactive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ A machine learning project typically starts with exploratory data analysis (EDA)
3535
> The guidance in this article describes data access during interactive development. It applies to any host that can run a Python session. This can include your local machine, a cloud VM, a GitHub Codespace, etc. We recommend use of an Azure Machine Learning compute instance - a fully managed and pre-configured cloud workstation. For more information, visit [Create an Azure Machine Learning compute instance](how-to-create-compute-instance.md).
3636
3737
> [!IMPORTANT]
38-
> Ensure you have the latest `azure-fsspec` and `mltable` python libraries installed in your Python environment:
38+
> Ensure you have the latest `azure-fsspec`, `mltable`, and `azure-ai-ml` python libraries installed in your Python environment:
3939
>
4040
> ```bash
41-
> pip install -U azureml-fsspec mltable
41+
> pip install -U azureml-fsspec==1.3.1 mltable azure-ai-ml
4242
> ```
4343
4444
## Access data from a datastore URI, like a filesystem

0 commit comments

Comments
 (0)