Anaconda
Anaconda
6. Select an install for “Just Me” unless you’re installing for all users
(which require Windows Administrator privileges) and click Next.
7. Select a destination folder to install Anaconda and click the Next
button.
12. After a successful installation you will see the “Thanks for
installing Anaconda” dialog box:
Spyder:
Spyder, the Scientific Python Development Environment, which is a free
integrated development environment (IDE) that is included with
Anaconda.
It includes:
• Editing,
• Interactive testing,
• Debugging,
• Introspection features.
Steps for Spyder setup and run a test code:
1. In Window search box, type Spyder and press Enter.
2. Spyder IDE opened and you can see a total of 3 area:
a. Editor
b. Console
c. Variable/help/file/plot space.
Variable
Editor /help /file
/plot space
Console
3. Let’s write a test code in Editor and run the code by clicking on
Run button:
4. You can see the variable, plot, files on right side of IDE by
clicking appropriate tabs as highlighted with Red color below:
5. As a whole Spyder screen look like as below :
7. With the new environment active, click the Home button and
then click the Install button on the RStudio application.
8. Click Launch to run RStudio from Navigator.
6. Run the test code given on the course website and verify your installation.