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-run-jupyter-notebooks.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,14 @@ To create a new notebook:
38
38
39
39
1. Open your workspace in [Azure Machine Learning studio](https://ml.azure.com).
40
40
1. On the left side, select **Notebooks**.
41
-
2. Select the **Create new file** icon on the top of the File Explorer Pane.
42
-
3. Name the file.
43
-
4. For Jupyter Notebook Files, select **Python Notebook** as the file type.
44
-
5. Select a file directory.
45
-
6. Select **Create**.
41
+
1. Select the **Create new file** icon above the list **User files** in the **My files** section.
42
+
43
+
:::image type="content" source="media/how-to-run-jupyter-notebooks/create-new-file.png" alt-text="Create new file":::
44
+
45
+
1. Name the file.
46
+
1. For Jupyter Notebook Files, select **Python Notebook** as the file type.
47
+
1. Select a file directory.
48
+
1. Select **Create**.
46
49
47
50
> [!TIP]
48
51
> You can create text files as well. Select **Text** as the file type and add the extension to the name (for example, myfile.py or myfile.txt)
@@ -64,7 +67,11 @@ To access the terminal:
64
67
1. Open your workspace in [Azure Machine Learning studio](https://ml.azure.com).
65
68
1. On the left side, select **Notebooks**.
66
69
1. Select any notebook located in the **User files** section on the left-hand side. If you don't have any notebooks there, first [create a notebook](#create)
67
-
1. Select **Terminal** in the Notebook toolbar.
70
+
1. Select a **Compute** target or create a new one and wait until it is running.
71
+
1. Select the **...** to the right of the compute target.
Learn more about [cloning Git repositories into your workspace file system](concept-train-model-git-integration.md#clone-git-repositories-into-your-workspace-file-system).
@@ -73,7 +80,9 @@ Learn more about [cloning Git repositories into your workspace file system](conc
73
80
74
81
Azure Machine Learning creates a checkpoint file when you create an *ipynb* file.
75
82
76
-
Select **...>File>Save** in the notebook toolbar to manually save the notebook. The save also updates the checkpoint file associated with the notebook.
83
+
In the notebook toolbar, select the menu and then **File>Save** to manually save the notebook. The save also updates the checkpoint file associated with the notebook.
84
+
85
+
:::image type="content" source="media/how-to-run-jupyter-notebooks/file-save.png" alt-text="Save a notebook":::
77
86
78
87
Every notebook is autosaved every 30 seconds. Autosaves update only the initial *ipynb* file, not the checkpoint file.
0 commit comments