Create a notebook with your JupyterLab version
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>