File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
build_artifacts/v2/v2.8/v2.8.4/dirs/usr/local/bin Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ if [ -n "$SAGEMAKER_RECOVERY_MODE" ]; then
1010else
1111 # Activate conda environment 'base'
1212 micromamba activate base
13- jupyter labextension disable @amzn/sagemaker-data-explorer-jl-plugin sagemaker-data-explorer:plugin amzn/sagemaker-ui-theme-jlplugin @amzn/sagemaker-ui-doc-manager-jl-plugin @amzn/sagemaker-connection-magics-jlextension
13+ # Uninstall SMUS-specific extensions
14+ micromamba remove -y --no-prune sagemaker-studio-dataengineering-sessions sagemaker-studio-dataengineering-extensions
15+ # Disable SMUS-specific extensions
16+ jupyter labextension disable sagemaker-data-explorer:plugin
1417fi
1518
1619# Start Jupyter server in rtc mode for shared spaces
You can’t perform that action at this time.
0 commit comments