You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-files.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
9
9
ms.service: machine-learning
10
10
ms.subservice: core
11
11
ms.topic: how-to
12
-
ms.date: 02/05/2021
12
+
ms.date: 12/13/2022
13
13
#Customer intent: As a data scientist, I want to create and manage the files in my workspace in Azure Machine Learning studio.
14
14
---
15
15
@@ -22,25 +22,29 @@ Learn how to create and manage the files in your Azure Machine Learning workspac
22
22
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
23
23
* A Machine Learning workspace. [Create workspace resources](quickstart-create-resources.md).
24
24
25
-
## <aname="create"></a> Create files
25
+
## Create files
26
26
27
27
To create a new file in your default folder (`Users > yourname`):
28
28
29
29
1. Open your workspace in [Azure Machine Learning studio](https://ml.azure.com).
30
30
1. On the left side, select **Notebooks**.
31
-
1. Select the **+**image.
32
-
1. Select the **Create new file** image.
31
+
1. Select the **+**tool.
32
+
1. Select **Create new file**.
33
33
34
-
:::image type="content" source="media/how-to-run-jupyter-notebooks/create-new-file.png" alt-text="Create new file":::
34
+
:::image type="content" source="media/how-to-run-jupyter-notebooks/create-new-file.png" alt-text="Create new file" lightbox="media/how-to-run-jupyter-notebooks/create-new-file.png":::
35
35
36
36
1. Name the file.
37
37
1. Select a file type.
38
38
1. Select **Create**.
39
39
40
-
Notebooks and most text file types display in the preview section. Most other file types don't have a preview.
40
+
Notebooks and most text file types display in the preview section. Most other file types don't have a preview.
41
+
42
+
> [!TIP]
43
+
> If you don't see the correct preview for a notebook, make sure it has `.ipynb` as its extension. Hover over the filename in the list to select **...** if you need to rename the file.
41
44
42
45
To create a new file in a different folder:
43
-
1. Select the "..." at the end of the folder
46
+
47
+
1. Select the "..." at the end of the folder.
44
48
1. Select **Create new file**.
45
49
46
50
> [!IMPORTANT]
@@ -52,20 +56,25 @@ To create a new file in a different folder:
52
56
53
57
## Clone samples
54
58
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.
59
+
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.
56
60
57
-
For an example, see [Tutorial: Create your first ML experiment](tutorial-train-deploy-notebook.md#azure).
61
+
For an example, see [Quickstart: Run Jupyter notebooks in studio](quickstart-run-notebooks.md#clone-tutorials-folder).
58
62
59
63
## Share files
60
64
61
65
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).
62
66
63
67
## Delete a file
64
68
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.
69
+
You *can't* delete the **Samples** files. These files are part of the studio and are updated each time a new SDK is published.
66
70
67
71
You *can* delete files found in your **Files** section in any of these ways:
68
72
69
73
* 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).
70
74
*[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.
71
75
* In either Jupyter or JupyterLab with their tools.
76
+
77
+
## Next steps
78
+
79
+
*[Run Jupyter notebooks in your workspace](how-to-run-jupyter-notebooks.md)
80
+
*[Access a compute instance terminal in your workspace](how-to-access-terminal.md)
0 commit comments