The material to this course is in a github repository here: https://github.com/mas-dse/dse200-notebooks
You can see the static notebooks on the repository, if you want run
the notebooks you need to clone
to your computer.
Homework assignments will be submitted through github. This means that you need to write (or “push”) your changes to github.
In order to save your changes, move the cloned directory to your
private repository and then git add
m git commit -m "message"
and
git push
it.