Metadata-Version: 2.1
Name: sagemaker-jupyterlab-extension
Version: 0.1.3
Summary: SageMaker JupyterLab workspace primary extension module
Home-page: https://aws.amazon.com/sagemaker/
Author: Amazon
License: Amazon Software License
Keywords: Jupyter,JupyterLab,JupyterLab4
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Jupyter
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jupyterlab>=4
Requires-Dist: jupyter-events>=0.6.0
Requires-Dist: sagemaker_jupyterlab_extension_common
Requires-Dist: async-lru
Requires-Dist: aws_embedded_metrics
Provides-Extra: dev
Requires-Dist: pytest>=6; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest_jupyter; extra == "dev"

# sagemaker_jupyterlab_extension:

This package includes the JupyterLab extension built by SageMaker team that includes basic SageMaker JupyterLab IDE features, including resource usage (CPU, memory and storage), SageMaker JupyterLab session management and Git clone dialog. 

## Requirements
* JupyterLab >= 4
* sagemaker_jupyterlab_extension_common
* async-lru
* aws_embedded_metrics

## Installing the extension
To install the extension within local Jupyter environment, a Docker image/container or in SageMaker Studio, run:
```
pip install sagemaker_jupyterlab_extension-<version>-py3-none-any.whl`
```

## Uninstalling the extension
To uninstall this extension, run:
```
pip uninstall sagemaker_jupyterlab_extension`
```

## Troubleshooting
If you are seeing the frontend extension, but it is not working, check that the server extension is enabled:

```
jupyter serverextension list
```

If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed:
```
jupyter labextension list
```

If the frontend extension is installed and enabled, open Browser console and see if there are any JavaScript error that is related to the extension in Browser console.

## See DEVELOPING.md for more instructions on dev setup and contributing guidelines
