Skip to content

Commit 3958d3b

Browse files
Merge pull request #262945 from sdgilley/sdg-freshness
Freshness update how-to-access-terminal
2 parents 21492a9 + df32af0 commit 3958d3b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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: 01/10/2024
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

@@ -143,7 +143,7 @@ For more information about conda, see [Using R language with Anaconda](https://d
143143
### Remove added kernels
144144
145145
> [!WARNING]
146-
> 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.
146+
> While customizing the compute instance, make sure you do not delete conda environments or jupyter kernels that you didn't create.
147147
148148
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.
149149

0 commit comments

Comments
 (0)