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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,18 +29,19 @@ To create a new file in your default folder (`Users > yourname`):
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
31
1. Select the **+** image.
32
-
1. Select the **Create new file** image.
32
+
1. Select **Create new file**.
33
33
34
34
:::image type="content" source="media/how-to-run-jupyter-notebooks/create-new-file.png" alt-text="Create new file":::
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. If you don't see the correct preview for a notebook, make sure it has `.ipynb` as its extension.
0 commit comments