

- #Anaconda navigator tutorial install
- #Anaconda navigator tutorial code
- #Anaconda navigator tutorial download
#Anaconda navigator tutorial install
These are all categorized as packages and are installed to an environment using the same steps I have used to install Keras. Note: You should also install Jupyter Notebook, Spyder and/or any other IDE using the steps mentioned above. You have now successfully installed a package to your environment. Now select the package or packages you wish to install and click apply on the lower right of the screen. I will be installing Keras (you can learn more about this library here). Notice how you are viewing the installed packages.įrom the drop down select not installed and use the search packages bar to search for a package. To add packages, simply click on your environment (my environment is called irisproject) and view the installed packages on the right side. These packages can then be accessed using any IDE or solution builder being used by your environment, more on this later.

Now that you have successfully created an environment, it is important to install some python packages to this environment. Now wait for your environment to be created. Inside this prompt, give an appropriate name for your environment and click the create button. On the left you will see a list of environments and on the right you can see the python packages included in each environment.Ĭlick on the Create button in the lower part of the list of environments, this will open a prompt. In the navigator, click on the Environments tab. Once in the desired folder or menu, open the Anaconda Navigator Windows users can simply view all this from the start menu. You will see a variety of Anaconda related applications there. Navigate to where you installed Anaconda. Once on this page, you can choose the guide for your operating system from a number of given hyperlinks. Incase of any difficulty with this step you can view the official documentation for installing Anaconda here. The installation is fairly simple and the installation wizard will walk you through this process with ease.
#Anaconda navigator tutorial download
This will navigate you to the lower part of the tab where you can choose an installer according to your device.Ĭlicking a link will download the installer.Ĭlicking the downloaded file will start the installation wizard. Below is a two-step guide for downloading and installing Anaconda.įor this step, simply visit the Anaconda website and select the Individual Edition tab under the products dropdown. A user can now simply build an environment, download the libraries to this environment and use them whenever.Īnaconda is free for individual use but if you have a company of over 200 employees then it is recommended to purchase a commercial license. Anaconda is a powerful open-source distribution that not only provides over 10,000 python libraries at a user's disposal but the feature of compartmentalizing and preloading any number of library packages in the form of environments. This is slow, inefficient and quite an irritable process. I have often observed programmers install a number of libraries each time they build a solution, only to reinstall these libraries whenever they restart their builder or system.
#Anaconda navigator tutorial code
Students starting out with advanced data science fields, especially deep learning, often struggle with code implementation while making use of libraries.

This tutorial will help programmers setup their first python-based environment using a powerful open-source distribution known as Anaconda.
