How to install packages of Scala, Python and R with Anaconda
In this article, we will see how we can install packages of languages like Scala/Python/R into Anaconda by using the Anaconda Navigator package.
Anaconda Navigator is a graphical user interface (GUI) tool included in the Anaconda distribution that makes it simple to set up, install, and use tools like Jupyter Notebook.
Steps to install packages of Scala/Python/R with Anaconda :
In order to install packages of Scala/Python/R with anaconda, we need to install the Anaconda Navigator package on our computer. Follow the steps mentioned below for installing the package into Anaconda :
Step 1: Open ‘Anaconda Prompt’ and type the following command to Install the ‘Anaconda Navigator’ package :
conda install anaconda-navigator
Step 2: After installing Anaconda Navigator open the anaconda navigator application. You will see an interface shown in the image below :

Step 3: Now click on the Environments button as shown in the image below :

Step 4: Now change the ‘installed’ option to ‘All’ for better search results as shown in the image below :

Step 5: Now type Scala ( the required package name) into the search box as shown in the image below :

Step 6: Click in the checkbox in the individual search results and then click on the ‘Apply’ button. You will get to see an interface as shown below :

Step 7: A popup window will be open then again click on the ‘Apply’ button and your package will be installed.

Please Login to comment...