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-access-terminal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: machine-learning
10
10
ms.subservice: compute
11
11
ms.custom: event-tier1-build-2022
12
12
ms.topic: how-to
13
-
ms.date: 11/04/2022
13
+
ms.date: 01/10/2024
14
14
#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.
15
15
---
16
16
@@ -65,20 +65,20 @@ To integrate Git with your Azure Machine Learning workspace, see [Git integrati
65
65
66
66
## Install packages
67
67
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**.
69
69
70
70
Or you can install packages directly in Jupyter Notebook, RStudio, or Posit Workbench (formerly RStudio Workbench):
71
71
72
72
* 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.
73
73
* Python: Add install code and execute in a Jupyter Notebook cell.
74
74
75
75
> [!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)
77
77
78
78
## Add new kernels
79
79
80
80
> [!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.
82
82
83
83
To add a new Jupyter kernel to the compute instance:
84
84
@@ -143,7 +143,7 @@ For more information about conda, see [Using R language with Anaconda](https://d
143
143
### Remove added kernels
144
144
145
145
> [!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 environmentsor jupyter kernels that you didn't create.
147
147
148
148
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.
0 commit comments