- Go to the github repo link
- Press 'fork' to create a copy on your own github account:
- Copy the clone URL of your own copy - it should include your github username
- Log in to Jupyter and open a new terminal (New -> Terminal). Run:
git clone <the url you copied>
cd <name of repo>(to copy into a Jupyter notebook use SHIFT+CTRL+V)
- Complete the assignment. Make sure you save your changes!
- Commit and push your files:
git add --all
git commit -m 'your commit message'
git push- On your fork of the repo on github, press the 'new pull request', then the 'create pull request' button
- Submit your pull request to complete the assignment! Make sure to set the title of the PR to your name - lastname firstname:
- Your code will be tested automatically, and once it's done will show either a green tick or red cross





