Jiji
Jiji

Reputation: 1402

Can you start and execute a Jupyter Notebook in Sagemaker using Step Functions?

I am planning to start a Jupyter Notebook instance and execute each notebook file in AWS Sagemaker using AWS Step Functions. Can this be achieved?

Upvotes: 0

Views: 1521

Answers (1)

Pooya Paridel
Pooya Paridel

Reputation: 1401

The AWS Step Functions Data Science SDK is an open source library that allows data scientists to easily create workflows that process and publish machine learning models using SageMaker and Step Functions.

The following Example notebooks, which are available in Jupyter notebook instances in the SageMaker console and the related GitHub project:

  • hello_world_workflow.ipynb
  • machine_learning_workflow_abalone.ipynb
  • training_pipeline_pytorch_mnist.ipynb

Upvotes: 2

Related Questions