Skip to content

Commit 1f40e3d

Browse files
committed
freshness: how-to-manage-files
1 parent 72975e6 commit 1f40e3d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

articles/machine-learning/how-to-manage-files.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: how-to
12-
ms.date: 02/05/2021
12+
ms.date: 12/13/2022
1313
#Customer intent: As a data scientist, I want to create and manage the files in my workspace in Azure Machine Learning studio.
1414
---
1515

@@ -22,7 +22,7 @@ Learn how to create and manage the files in your Azure Machine Learning workspac
2222
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
2323
* A Machine Learning workspace. [Create workspace resources](quickstart-create-resources.md).
2424

25-
## <a name="create"></a> Create files
25+
## Create files
2626

2727
To create a new file in your default folder (`Users > yourname`):
2828

@@ -52,20 +52,25 @@ To create a new file in a different folder:
5252

5353
## Clone samples
5454

55-
Your workspace contains a **Sample notebooks** folder with notebooks designed to help you explore the SDK and serve as examples for your own machine learning projects. Clone these notebooks into your own folder to run and edit them.
55+
Your workspace contains a **Samples** folder with notebooks designed to help you explore the SDK and serve as examples for your own machine learning projects. Clone these notebooks into your own folder to run and edit them.
5656

57-
For an example, see [Tutorial: Create your first ML experiment](tutorial-train-deploy-notebook.md#azure).
57+
For an example, see [Quickstart: Run Jupyter notebooks in studio](quickstart-run-notebooks.md#clone-tutorials-folder).
5858

5959
## Share files
6060

6161
Copy and paste the URL to share a file. Only other users of the workspace can access this URL. Learn more about [granting access to your workspace](how-to-assign-roles.md).
6262

6363
## Delete a file
6464

65-
You *can't* delete the **Sample notebooks** files. These files are part of the studio and are updated each time a new SDK is published.
65+
You *can't* delete the **Samples** files. These files are part of the studio and are updated each time a new SDK is published.
6666

6767
You *can* delete files found in your **Files** section in any of these ways:
6868

6969
* In the studio, select the **...** at the end of a folder or file. Make sure to use a supported browser (Microsoft Edge, Chrome, or Firefox).
7070
* [Use a terminal](how-to-access-terminal.md) from any compute instance in your workspace. The folder **~/cloudfiles** is mapped to storage on your workspace storage account.
7171
* In either Jupyter or JupyterLab with their tools.
72+
73+
## Next steps
74+
75+
* [Run Jupyter notebooks in your workspace](how-to-run-jupyter-notebooks.md)
76+
* [Access a compute instance terminal in your workspace](how-to-access-terminal.md)
-2.15 KB
Loading

0 commit comments

Comments
 (0)