Create a notebook with your JupyterLab version - Amazon SageMaker AI

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 AWS 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>