- Download the Anaconda Distribution of python. Follow the prompts to install it. This distribution comes with all of the packages you will need for the Data Science tutorials.
- Open a Terminal window. (This is an application in the Utilities subfolder of your Applications folder.) If you already had a Terminal window open, restart Terminal.
- Type
python
at the prompt and press enter. You should see:
- Clone or download the
sum_data_science
repo: Go back to https://github.com/alligilmore-sum/sum_data_science/. Click the green 'Clone or Download' button. If you are not familiar with GitHub, choose 'Download ZIP'. Unzip the file. - In a new Terminal window, type
jupyter notebook
. You should see:
- Navigate to the location where you downloaded
sum_data_science
. Open the filetest_notebook.ipynb
. You should see:
- Go to the 'Cell' menu and choose 'Run All'.
Follow these instructions to install the Anaconda distribution of python. This distribution comes with all of the packages you will need for the Data Science tutorials.
- Clone or download the
sum_data_science
repo: Go back to https://github.com/alligilmore-sum/sum_data_science/. Click the green 'Clone or Download' button. If you are not familiar with GitHub, choose 'Download ZIP'. Unzip the file. - Start jupyter notebook from the icon in the Windows Start Menu. See documentation for details.
- Navigate to the location where you downloaded
sum_data_science
. Open the filetest_notebook.ipynb
. You should see:
- Go to the 'Cell' menu and choose 'Run All'.