Skip to content

Commit a6ed83f

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into RouteServerUDR
2 parents 5b4e0a2 + 49b9e04 commit a6ed83f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Access data from Azure cloud storage during interactive development
33
titleSuffix: Azure Machine Learning
44
description: Access data from Azure cloud storage during interactive development
55
services: machine-learning
6-
ms.service: machine-learning
6+
ms.service: azure-machine-learning
77
ms.subservice: core
88
ms.topic: how-to
99
author: fbsolo-ms1
@@ -35,12 +35,14 @@ 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
44+
The latest `azure-fsspec` package version can potentially change over time. For more information about the `azure-fsspec` package, visit [this resource](https://pypi.org/project/azureml-fsspec/).
45+
4446
## Access data from a datastore URI, like a filesystem
4547
4648
An Azure Machine Learning datastore is a *reference* to an *existing* Azure storage account. The benefits of datastore creation and use include:

0 commit comments

Comments
 (0)