Anaconda Installation Guide: Part 1 - How To Install Anaconda With Python 3.6 On Windows
Anaconda Installation Guide: Part 1 - How To Install Anaconda With Python 3.6 On Windows
a. If you are prompted to install Microsoft Visual Studio Code, skip the step.
b. You can uncheck the checkboxes “Learn more about Anaconda Cloud” and “Learn how to get
started with Anaconda” unless you really want to learn more.
You should see a black window opening (which we call a console window). There will be
some text in the console window that informs you that the Jupyter Notebook application is
being loaded.
2) Then your laptop’s default browser will automatically open with an instance of Jupyter
Notebook application as shown below:
The Jupyter Notebook environment can be used to edit and execute Python code.
More details will be given to you in class during the session.
You are done with the installation!
Note: The command prompt window is the backend and the web application shown on the
browser is the frontend. They go hand-in-hand so please do not close the command prompt
window unless you want to exit the Jupyter Notebook application.
Note:
If you use Chrome for the first time while opening Jupyter Notebook, you may encounter the
following screen. Don’t worry!
Just go to the console window below, copy the token number and paste it inside the above text
box. Then press the Log in button. That is all!
You will need a text editor to write your Python code, and we recommend Notepad++.
Important: After installing Notepad++, you must follow the instruction below to set up the Tab
Settings properly. Otherwise, you may encounter problems running Python code.
a. Go to “Settings” on the top menu of Notepad++ and find “Preferences…”. You’ll see a
window popping up, as shown below.
b. Choose the “Language” tab.
c. On the right hand side, you’ll see a checkbox that says “Replace by space”. Tick this
checkbox, as shown below.
If you face issues during the installation, don’t worry. We will help you in class in Week 1.