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-compute-sessions.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ ms.date: 12/21/2022
17
17
18
18
Notebook and terminal sessions run on the compute and maintain your current working state.
19
19
20
-
When you re-open a notebook, or reconnect to a terminal session, you can reconnect to the previous session state (including command history, execution history, and defined variables). However, too many active sessions may slow down the performance of your compute. This may make terminal or cell typing feel laggy, cause terminal commands to feel slow, or cause notebook execution to take longer than expected.
20
+
When you reopen a notebook, or reconnect to a terminal session, you can reconnect to the previous session state (including command history, execution history, and defined variables). However, too many active sessions may slow down the performance of your compute. With too many active sessions, you may find your terminal or notebook cell typing lags, or terminal or notebook command execution may feel slower than expected.
21
21
22
-
There is a session management panel in the Azure Machine Learning studio that helps you manage your active sessions and optimize the performance of your compute instance. You can navigate to this session management panel from the compute toolbar of either a terminal tab or a notebook tab.
22
+
There's a session management panel in the Azure Machine Learning studio that helps you manage your active sessions and optimize the performance of your compute instance. You can navigate to this session management panel from the compute toolbar of either a terminal tab or a notebook tab.
23
23
24
24
> [!NOTE]
25
25
> For optimal performance, we recommend you don’t keep more than six active sessions - and the fewer the better.
@@ -28,22 +28,22 @@ There is a session management panel in the Azure Machine Learning studio that he
28
28
29
29
## Notebook sessions
30
30
31
-
In the session management panel, you can select a linked notebook name in the notebook sessions section to re-open a notebook with its previous state.
31
+
In the session management panel, you can select a linked notebook name in the notebook sessions section to reopen a notebook with its previous state.
32
32
33
-
Notebook sessions are kept active when you close a notebook tab in the Azure Machine Learning studio. So, when you re-open a notebook you will have access to previously-defined variables and execution state - in this case, you are benefitting from the active notebook session.
33
+
Notebook sessions are kept active when you close a notebook tab in the Azure Machine Learning studio. So, when you reopen a notebook you'll have access to previouslydefined variables and execution state - in this case, you're benefitting from the active notebook session.
34
34
35
35
However, keeping too many active notebook sessions can slow down the performance of your compute. So, you should use the session management panel to shut down any notebook sessions you no longer need.
36
36
37
-
Select **Manage active sessions** in the terminal toolbar to open the session management panel and shut down the sessions you no longer need. You can see below that the icon shows the count of active notebook sessions.
37
+
Select **Manage active sessions** in the terminal toolbar to open the session management panel and shut down the sessions you no longer need. In the following image, you can see that the tooltip shows the count of active notebook sessions.
38
38
39
39
:::image type="content" source="media/how-to-manage-compute-sessions/notebook-sessions-button.png" alt-text="Screenshot of notebooks sessions button in toolbar.":::
40
40
41
41
## Terminal sessions
42
42
43
-
In the session management panel, you can click on a terminal link to re-open a terminal tab connected to that previous terminal session.
43
+
In the session management panel, you can select on a terminal link to reopen a terminal tab connected to that previous terminal session.
44
44
45
45
In contrast to notebook sessions, terminal sessions are terminated when you close a terminal tab. However, if you navigate away from the Azure Machine Learning studio without closing a terminal tab, the session may remain open. You should be shut down any terminal sessions you no longer need by using the session management panel.
46
46
47
-
Select **Manage active sessions** in the terminal toolbar to open the session management panel and shut down the sessions you no longer need. You can see below that the icon shows the count of active terminal sessions.
47
+
Select **Manage active sessions** in the terminal toolbar to open the session management panel and shut down the sessions you no longer need. In the following image, you can see that the tooltip shows the count of active terminal sessions.
48
48
49
49
:::image type="content" source="media/how-to-manage-compute-sessions/terminal-sessions-button.png" alt-text="Screenshot of terminal sessions button in toolbar.":::
0 commit comments