Course website: http://datasciencecourse.net
This repository will contain directories with all labs. You can manually download the files for each homework, but we recommend that you use git to clone and update this repository.
You can use GitHub Desktop to update this repository as new homeworks are published, or you can use the following commands:
When you clone a repository you set up a copy on your computer. Run:
git clone https://github.com/datascience-course/2016-datascience-labsThis will create a folder 2016-datascience-labs on your computer, with the individual labs in subdirectories.
As we release new homeworks, or if we discover mistakes and update an already released lab, you'll have to update your repository. You can do this by changing into the 2016-datascience-labs directory and executing:
git pullThat's it - you'll have the latest version of the labs.