Preinstalled GPy

If you have IPython and GPy installed on your machine you need to first start by typing

  ipython notebook

into a terminal window (or the command window on Windows). Then start a new notebook and cut and paste the following commands for the relvant lab class.

Lab 1

  import urllib
  urllib.urlretrieve('https://raw.githubusercontent.com/gpschool/gprs14/master/lab1.ipynb', 'lab1.ipynb')

Lab 2

  import urllib
  urllib.urlretrieve('https://raw.githubusercontent.com/gpschool/gprs14/master/lab2.ipynb', 'lab2.ipynb')

Lab 3

  import urllib
  urllib.urlretrieve('https://raw.githubusercontent.com/gpschool/gprs14/master/lab3.ipynb', 'lab3.ipynb')

Lab 3

  import urllib
  urllib.urlretrieve('https://raw.githubusercontent.com/gpschool/gprs14/master/lab4.ipynb', 'lab4.ipynb')

If you return to the original notebook screen and you should see that the relevant lab is now available. Click on it and start the lab.