Skip to content

Commit 1816b7f

Browse files
committed
freshness update
1 parent b003752 commit 1816b7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/machine-learning/how-to-access-terminal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: How to access a compute instance terminal in your workspace
33
titleSuffix: Azure Machine Learning
44
description: Use the terminal on a compute instance for Git operations, to install packages, and add kernels.
55
services: machine-learning
6-
author: abeomor
7-
ms.author: osomorog
6+
ms.author: lebaro
7+
author: lebaro-msft
88
ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: compute
1111
ms.custom: event-tier1-build-2022
1212
ms.topic: how-to
13-
ms.date: 11/04/2022
13+
ms.date: 12/27/2023
1414
#Customer intent: As a data scientist, I want to use Git, install packages and add kernels to a compute instance in my workspace in Azure Machine Learning studio.
1515
---
1616

@@ -65,20 +65,20 @@ To integrate Git with your Azure Machine Learning workspace, see [Git integrati
6565

6666
## Install packages
6767

68-
Install packages from a terminal window. Install Python packages into the **Python 3.8 - AzureML** environment. Install R packages into the **R** environment.
68+
Install packages from a terminal window. Install packages into the kernel that you want to use to run your notebooks. The default kernel is **python310-sdkv2**.
6969

7070
Or you can install packages directly in Jupyter Notebook, RStudio, or Posit Workbench (formerly RStudio Workbench):
7171

7272
* RStudio or Posit Workbench(see [Add custom applications such as RStudio or Posit Workbench](how-to-create-compute-instance.md#add-custom-applications-such-as-rstudio-or-posit-workbench)): Use the **Packages** tab on the bottom right, or the **Console** tab on the top left.
7373
* Python: Add install code and execute in a Jupyter Notebook cell.
7474

7575
> [!NOTE]
76-
> For package management within a notebook, use **%pip** or **%conda** magic functions to automatically install packages into the **currently-running kernel**, rather than **!pip** or **!conda** which refers to all packages (including packages outside the currently-running kernel)
76+
> For package management within a Python notebook, use **%pip** or **%conda** magic functions to automatically install packages into the **currently-running kernel**, rather than **!pip** or **!conda** which refers to all packages (including packages outside the currently-running kernel)
7777
7878
## Add new kernels
7979

8080
> [!WARNING]
81-
> While customizing the compute instance, make sure you do not delete the **azureml_py36** or **azureml_py38** conda environments. Also do not delete **Python 3.6 - AzureML** or **Python 3.8 - AzureML** kernels. These are needed for Jupyter/JupyterLab functionality.
81+
> While customizing the compute instance, make sure you do not delete conda environments or jupyter kernels that you didn't create. Doing so may damage Jupyter/JupyterLab functionality.
8282
8383
To add a new Jupyter kernel to the compute instance:
8484

@@ -107,7 +107,7 @@ Any of the [available Jupyter Kernels](https://github.com/jupyter/jupyter/wiki/J
107107
### Remove added kernels
108108

109109
> [!WARNING]
110-
> While customizing the compute instance, make sure you do not delete the **azureml_py36** or **azureml_py38** conda environments. Also do not delete **Python 3.6 - AzureML** or **Python 3.8 - AzureML** kernels. These are needed for Jupyter/JupyterLab functionality.
110+
> While customizing the compute instance, make sure you do not delete conda environments or jupyter kernels that you didn't create.
111111
112112
To remove an added Jupyter kernel from the compute instance, you must remove the kernelspec, and (optionally) the conda environment. You can also choose to keep the conda environment. You must remove the kernelspec, or your kernel will still be selectable and cause unexpected behavior.
113113

0 commit comments

Comments
 (0)