These notebooks rely on a JSON file called access_keys.json to be in the same directory as the notebooks.
The file contains the access_key and secret_key for the S3 obejct store.
It has the following format:
{
"accessKey" : "",
"secretKey" : ""
}
Fill in these values from those obtained from the object store portal.