✅ Week 07 Lab Solutions

The solution
Here you will find a solution to the 💻 W07 Lab:
Save it to your GitHub repo
Remember to keep practising your Git skills by adding this notebook to your own my-ds105w-notes
repository.
If you followed the set up we recommended in the 💻 W07 Lab, you should be able to follow the steps below:
Add this notebook to the
Week 07...
folder under yourmy-ds105w-notes
folder on yourNuvolos file system.
Add, commit and push the changes to your repository:
git add .
git commit -m "Add W07 Lab Notebook Solutions"
git push
- Visit your repository on GitHub and check that the notebook has been added and pushed.
If you have any questions about the solutions, please feel free to ask on Slack!