Extra Credit Notebook - Lecture #31

Step 1: Retrieve via git

In your folder for STAT 107:

git fetch release
git merge release/ec_31 -m "Merging initial files"

Step 2: Open the notebook

jupyter notebook

Inside of the notebook webpage:

Step 3: Submitting your work

When you’re ready to save your work online and/or submit your work, return to the command line and run:

git add -A
git commit -m "submission (or any message here)"
git push origin master