-
To start, fork repository fdac/Assignment1
-
Connect to your virtual machine and
-
Clone the repository to your virtual machine
-
Then run
ipython notebook --no-browser
-
Point your browser (on your laptop or, optionally on your virtual machine) to http://localhost:8888
-
Edit the example to complete the assignment
-
On the virtual machine commit changes to complete your solution.
cd ~/Assignment1
git add --all
git commit
-
Push/sync the changes to GitHub.
git push
- At https://github.com/USERNAME/Assignment1 Create a pull request on the original repository fdac/Assignment1 to turn in the assignment.