v0.16.0
Users moving to this version should update their Lambda function and permissions by running:
$ run-notebook create-infrastructure --update
Features
- Added the ability to run notebooks connected to an EMR cluster using SparkMagic. See the EMR examples for more information on using this feature.
- Add the permissions to the default execution policy and role that allow notebook executions to attach to user VPCs via the
--extra
option.
Bug fixes
- Pass environment variables specified in
--extra
parameters through to the notebook execution. - Restrict S3 permissions in the default role to buckets whose name contains the word "SageMaker".
- Unpin the version of the Python "requests" library because it is (a) no longer necessary and (b) cause a dependency error with the latest version of boto3.