Create a notebook with your JupyterLab version - Amazon SageMaker AI
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Create a notebook with your JupyterLab version

Important

Notebook instances running on the JupyterLab 1 and JupyterLab 3 platforms will reach end of support on June 30, 2025. We strongly recommend migrating your work to the new JupyterLab 4 notebook instances before this date to ensure you have a secure and supported environment. For more information, see JupyterLab version maintenance.

You can select the JupyterLab version when creating your notebook instance from the console following the steps in Create an Amazon SageMaker notebook instance.

You can also select the JupyterLab version by passing the platform-identifier parameter when creating your notebook instance using the Amazon CLI as follows:

create-notebook-instance --notebook-instance-name <NEW_NOTEBOOK_NAME> \ --instance-type <INSTANCE_TYPE> \ --role-arn <YOUR_ROLE_ARN> \ --platform-identifier <PLATFORM_TO_USE>