Skip to content

Commit 8487990

Browse files
committed
freshness pass
1 parent fa7c444 commit 8487990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-manage-compute-sessions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ms.reviewer: lebaro
99
ms.service: azure-machine-learning
1010
ms.subservice: compute
1111
ms.topic: how-to
12-
ms.date: 1/18/2023
12+
ms.date: 03/10/2025
1313
# Customer intent: As a data scientist, I want to manage the notebook and terminal sessions on my compute instance for optimal performance.
1414
---
1515

1616
# Manage notebook and terminal sessions
1717

1818
Notebook and terminal sessions run on the compute and maintain your current working state.
1919

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.
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 might 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.
2121

2222
Use the session management panel in Azure Machine Learning studio to help you manage your active sessions and optimize the performance of your compute instance. Navigate to this session management panel from the compute toolbar of either a terminal tab or a notebook tab.
2323

@@ -30,7 +30,7 @@ Use the session management panel in Azure Machine Learning studio to help you ma
3030

3131
In the session management panel, select a linked notebook name in the notebook sessions section to reopen a notebook with its previous state.
3232

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 previously defined variables and execution state - in this case, you're 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 have access to previously defined variables and execution state - in this case, you're benefitting from the active notebook session.
3434

3535
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.
3636

0 commit comments

Comments
 (0)