calum-chamberlain / ESCI451-Python

Introduction to Python for VUW ESCI 451 course.
GNU General Public License v3.0
11 stars 5 forks source link

Adding inset maps and a few small changes #13

Closed FinniganIK closed 2 years ago

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

calum-chamberlain commented 2 years ago

I updated this branch to keep track with master - you should update your local master branch as well using:

git fetch origin
git checkout master
git pull origin master

you will also need to update your iss8 branch now that I have made that change:

git checkout iss8
git fetch origin iss8

You should be able to get a rich view of the changes using the ReviewNB link above as well to check those changes. This should appear automatically for all pull requests now.