Jupyter Lab vs Sagemaker Studio Classic

0

Hi all, can anyone explain to me:

  1. The difference between SageMaker's JupyterLab vs Sagemaker Studio Classic?
  2. When to use SageMaker's JupyterLab vs Sagemaker Studio Classic?
  3. How to bring in custom libraries like open3D?
AWS
질문됨 3달 전182회 조회
1개 답변
0

The architecture of Studio Classic and the new JupyterLab is different. The JupyterLab application runs on a single Amazon Elastic Compute Cloud (Amazon EC2) instance and uses a single Amazon Elastic Block Store (Amazon EBS) volume for storage.

The Studio Classic architecture uses JupyterServer to host the Kernel and the UI Server is hosted on a Kernel Gateway server to connect to the actual backend server. It also uses a shared FsX storage with user specific permission.

The new architecture provides a much faster experience. For more details refer the links below: https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated.html https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-jl.html

If you want to bring in custom libraries you can install them via pypl in the jupyter environment provided the Jupyter environment has access to the internet either via a NAT Gateway or Internet Gateway. If not you can upload custom libraries in a S3 bucket in your account and install from there.

profile pictureAWS
답변함 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠