You are on page 1of 2

Anaconda Installation Guide

Anaconda is the leading open data science platform powered by Python.

The open source version of Anaconda is a high-performance distribution of Python and R and
includes over 100 of the most popular Python, R and Scala packages for data science.

Please use following steps to install Anaconda in your system:

Anaconda 5.1.0

For Windows

64 bit installer

32 bit installer

For macOS Graphical Installer

For Linux

64 bit installer

32 bit installer

NOTE: Python comes pre-installed with Anaconda, you don’t need to install Python separately.

How to install Anaconda

https://drive.google.com/a/upxacademy.com/file/d/0B1WtwKUvQ8TAOFV3ZjgyU0E1SEU

/view?usp =sharing

How to open Jupyter Notebook and ipynb files

https://drive.google.com/file/d/0B1WtwKUvQ8TAcEpTQU5vRFNuY0E/view?usp=sharing
How to solve Jupyter Password Issue

https://drive.google.com/file/d/0B1WtwKUvQ8TAVXRHWmNKTFNYTzA/view?usp=sharing

Additional Instructions

1. Go to https://www.anaconda.com/download/
Click on Python 3.6 64-bit windows, the download will start.

2. Click on the .exe file and the installation will start and don’t have to change any of the defaults
mentioned, just keep clicking ok it will get installed.

3. Once the installation is complete, to open the Jupyter notebook console, the following steps have
to be followed:

Firstly, press Windows button + s on the keypad.

Type Jupyter notebook. A Jupyter console will be launched.

Usually the browser opens automatically. If it does not, Type in the browser localhost:8888/tree.

If this also does not work, for the first time alone copy and paste the entire url in a chrome browser
and from the next time onward it will open automatically in a separate browser

You might also like