Experimental Design
Source Branch:
lab_exp_design
Due Date: Committed and pushed to git before February 7, 2022 at 11:59pm
Submitting Your Work
When you have completed working, you should always submit your work (even if you're not quite finished). We will always grade the latest push you made before the due date (and ignore everything else) — submitting multiple times is okay and encouraged!
Inside of Visual Studio Code:
- Click File -> Save All to ensure your notebook is saved.
Then, press Ctrl
+ `
to open a terminal inside of Visual Studio Code and run:
git add -A
git commit -m "submission (or any message here)"
git push
You can verify your submission was made by visiting the web interface to github:
- Visit https://github.com/stat107-illinois/
- Click on your NetID.
- Ensure your last commit was a few seconds or 1-2 minutes ago.