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
Python packages are all installed in the **Python 3.6 - AzureML** environment.
79
+
78
80
Compute instances are typically used as development environments. They can also be used as a compute target for training and inferencing for development and testing. For large tasks, an [Azure Machine Learning compute cluster](how-to-set-up-training-targets.md#amlcompute) with multi-node scaling capabilities is a better compute target choice.
79
81
82
+
### Installing packages
83
+
84
+
You can install packages directly in a Jupyter notebook or Rstudio:
85
+
86
+
* RStudio Use the **Packages** tab on the bottom right, or the **Console** tab on the top left.
87
+
* Python: Add install code and execute in a Jupyter notebook cell.
88
+
89
+
Or you can access a terminal window in any of these ways:
90
+
91
+
* RStudio: Select the **Terminal** tab on top left.
92
+
* Jupyter Lab: Select the **Terminal** tile under the **Other** heading in the Launcher tab.
93
+
* Jupyter: Select **New>Terminal** on top right in the Files tab.
94
+
* SSH to the machine. Then install Python packages into the **Python 3.6 - AzureML** environment. Install R packages into the **R** environment.
0 commit comments