sagemaker-run-notebook
sagemaker-run-notebook copied to clipboard
Tools to run Jupyter notebooks as jobs in Amazon SageMaker - ad hoc, on a schedule, or in response to events
*Issue #60 , if available:* *Description of changes:* The changes included in this PR handle the case of using this plugin aws china regions By submitting this pull request, I...
A domain for sts endpoint in china regions should be added in this method: `def _domain_for_region(region): return "c2s.ic.gov" if region == "us-iso-east-1" else "amazonaws.com" ` Also each arn in code...
*Issue #, if available:* *Description of changes:* I have been using sagemaker-run-notebook for scheduling notebooks at my team. It was not easy to find first of all why my codes...
I am using Jupyterlab3 in a Sagemaker notebook instance. Using the start.sh information to amend the lifecycle script and I am getting the following error message in the cloudwatch logs:...
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
We'd like to deploy this capability, but our organization has strict object naming conventions. So we'd like to be able to use this functionality with a Lambda that is named...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Hi, We discovered that even when a notebook causes an error, the processing job stops in status "complete". What we would need is in the case of a notebook having...
ClientError: Failed to download data. ListObjectsV2 failed for s3://.... nextToken:[null]: Unable to execute request to S3 The thing is that sometimes it succeed and sometimes not. I've also added a...
Hi there, I'm wondering if anyone has had success installing this and scheduling a notebook using AWS Sagemaker Jupyter Lab? Following the Quick Start, I've created the using command ```run...