From 7e0402bbe6a63f8f0b605ff22d4a835501c964ee Mon Sep 17 00:00:00 2001 From: Arun Bhati Date: Mon, 14 Apr 2025 11:58:27 -0700 Subject: [PATCH] [SMUS] Enable session management plugin for JupyterLab ** Description ** We enable session management plugin within SageMaker jupyterlab extension. This plugin would monitor SMUS user's IDE sessions and show a UI pop when user's session is about to expire in 15 minutes. ** Motivation ** This would help SMUS user's to renew their session once existing session is about to end. With this support, we would have parity with SageMaker AI in regards to JupyterIDE session management. ** Testing ** Enable plugin manually in SMUS SMD image and verified it works as expected --- .../dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/template/v2/dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json b/template/v2/dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json index fe64b8de..e27b60f3 100644 --- a/template/v2/dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json +++ b/template/v2/dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json @@ -4,7 +4,6 @@ "@amzn/sagemaker-jupyterlab-emr-extension": true, "@amzn/sagemaker-jupyter-scheduler": true, "@amzn/sagemaker-jupyterlab-extension-common:panorama": true, - "@amzn/sagemaker-jupyterlab-extensions:sessionmanagement": true, "@amzn/sagemaker-jupyterlab-extensions:spacemenu": true, "@amzn/amazon_sagemaker_sql_editor": true, "@sagemaker-studio:EmrCluster": true,