aws-samples / aws-samples/sagemaker-run-notebook
Add Support for Additional Files
Open
- Dominant language
- Python
- Stars
- 144
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
If the Notebook to be run/scheduled requires additional *.py files there is no way to pass those files in. The ask would be to be able to pass in either a notebook to `run-notebook {schedule, run} notebook` OR a notebook and path `run-notebook {schedule,run} [--input_path folder/s3_path] notebook`. I think the fix would be relatively easy looking at https://github.com/aws-samples/sagemaker-run-notebook/blob/master/sagemaker_run_notebook/cli.py#L61.
Contributor guide
Assessment
This issue has not been assessed yet.