aws-samples / amazon-sagemaker-notebook-instance-lifecycle-config-samples

A collection of sample scripts to customize Amazon SageMaker Notebook Instances using Lifecycle Configurations
MIT No Attribution
422 stars 250 forks source link

studio lifecycle #88

Closed chanansh closed 10 months ago

chanansh commented 2 years ago

how do I attach lifecycle to STUDIO notebooks (not instance)?

anthropikos commented 2 years ago

My current solution for myself is to just write a bash script that I run each time I start the studio notebook.

dmlause commented 10 months ago

See https://github.com/aws-samples/sagemaker-studio-lifecycle-config-examples for SageMaker Studio Lifecycle configuration samples. These can be attached in similarly to notebook instances.

https://docs.aws.amazon.com/sagemaker/latest/dg/studio-lcc.html and https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Operations_Amazon_SageMaker_Service.html will also be helpful for you as well.

Thank you; closing this, since there is no issue.