#!/usr/bin/env python # coding: utf-8 #

Table of Contents

#
# ## Anaconda Installation for Windows # * Visit the Anaconda download page # Go to the following link: [Anaconda.com/downloads](https://www.anaconda.com/download/) # The Anaconda Downloads Page will look something like this: # ![Imgur](https://i.imgur.com/mWbsPTA.png) # # * Select the Windows # Select Windows where the three opperating systems are listed. # ![Imgur](https://i.imgur.com/MYrJYwb.png) # # * Download # Download the Python 3.6 distribution. Python 2.7 is legacy Python. For undergraduate engineers, select the Python 3.6 version. # # ![Imgur](https://i.imgur.com/N1GngpX.png) # # You may be prompted to enter your email. You can still download Anaconda if you click **No Thanks** and don't enter your Work Email address. # # ![Imgur](https://i.imgur.com/VfgJNUa.png) # # The download is quite large (over 500 MB) so it may take a while for the download to complete. # # * Double-click the installation file. # ![Imgur](https://i.imgur.com/6ZG0Bwq.png) # # * Click Next. # ![Imgur](https://i.imgur.com/bV8fNtz.jpg) # * Click I Agree if you agree to the licensing agreement. # # # * Choose one of the installation types and then click Next. # ![Imgur](https://i.imgur.com/FeTLdQf.jpg) # # * Choose an installation location (if necessary) and then click Next. # ![Imgur](https://i.imgur.com/tkMG1yj.jpg) # # * Change the advanced installation options (if necessary) and then click Install. # # ![Imgur](https://i.imgur.com/VM1v9MG.jpg) # # * Click Next. # The wizard tells you that the installation is complete. # # * Click Finish. # You’re ready to begin using Anaconda. # ## Launch RStudio from Navigator. # ![Imgur](https://i.imgur.com/dmnz5Md.png) # * Important panes/sections from R-Studio # ![Imgur](https://i.imgur.com/jHEgT57.png) # * **Script or Coding** # ![Imgur](https://i.imgur.com/ADIIi8Q.png) # * **Console** # ![Imgur](https://i.imgur.com/sOZ0XTt.png) # * **Environment & Variables** # ![Imgur](https://i.imgur.com/tHWtjY4.png) # * **Help & Documentation** # ![Imgur](https://i.imgur.com/Ms6yRvR.png) # * **Plots** # ![Imgur](https://i.imgur.com/b6EElUf.png) # ## R kernel for Jupyter Notebook # **Requirements:** https://irkernel.github.io/requirements/ # **"R Essentials" setup:** https://anaconda.org/chdoig/jupyter-and-conda-for-r/notebook # **Running the notebook:** https://irkernel.github.io/running/ # ## Anaconda Installation for all operating systems # Operating System | Blog Post | Youtube Video # --- | --- | --- # Mac | [Install Anaconda on Mac](https://medium.com/@GalarnykMichael/install-python-on-mac-anaconda-ccd9f2014072#.lvhw2gt3k "Install Anaconda on Mac") | [Youtube Video](https://www.youtube.com/watch?v=B6d5LrA8bNE "Youtube Video") # Windows | [Install Anaconda on Windows](https://medium.com/@GalarnykMichael/install-python-on-windows-anaconda-c63c7c3d1444#.66f7y3whf) | [Youtube Video](https://www.youtube.com/watch?v=dgjEUcccRwM) # Ubuntu | [Install Anaconda on Ubuntu](https://medium.com/@GalarnykMichael/install-python-on-ubuntu-anaconda-65623042cb5a#.4kwsp0wjl) | [Youtube Video](https://www.youtube.com/watch?v=jo4RMiM-ihs) # All | [Environment Management with Conda (Python 2 + 3, Configuring Jupyter Notebooks)](https://medium.com/towards-data-science/environment-management-with-conda-python-2-3-b9961a8a5097) | [Youtube Video](https://www.youtube.com/watch?v=rFCBiP9Gkoo) # ## Data Scienc Process: Crisp-DM workflow # drawing # drawing # ![Imgur](https://i.imgur.com/JOJSFd7.jpg) #