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
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To create a new notebook:
41
41
1. Select the **Create new file** icon above the list **User files** in the **My files** section.
42
42
43
43
:::image type="content" source="media/how-to-run-jupyter-notebooks/create-new-file.png" alt-text="Create new file":::
44
-
44
+
45
45
1. Name the file.
46
46
1. For Jupyter Notebook Files, select **Python Notebook** as the file type.
47
47
1. Select a file directory.
@@ -68,25 +68,18 @@ To access the terminal:
68
68
1. On the left side, select **Notebooks**.
69
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)
70
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).
75
+
1. If you don't see the icon, select the **...** to the right of the compute target and then select **Open terminal**.
78
76
79
-
### Save notebooks and checkpoint
77
+
:::image type="content" source="media/how-to-run-jupyter-notebooks/alt-open-terminal.png" alt-text="Open terminal from ...":::
80
78
81
-
Azure Machine Learning creates a checkpoint file when you create an *ipynb* file.
82
79
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
80
85
-
:::image type="content" source="media/how-to-run-jupyter-notebooks/file-save.png" alt-text="Save a notebook":::
86
-
87
-
Every notebook is autosaved every 30 seconds. Autosaves update only the initial *ipynb* file, not the checkpoint file.
81
+
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).
88
82
89
-
Use the **Terminal** to access the checkpoint file. This file is located within a hidden folder named *.ipynb_checkpoints*, located within the same folder as the initial *ipynb* file.
0 commit comments