Feature/edit example workbook
Changed plotting mechanism in example/template workbook to utilize xarray.isel (index select) instead of .sel to be more flexible. Now uses numpy's randint function to select a random index from the time coordinate, then plot that random time index/date.