Metadata-Version: 2.1
Name: jupyterlab_smceservices
Version: 0.1.7
Summary: A JupyterLab extension to provide information the SMCE Services
Project-URL: Homepage, https://github.com/github_username/jupyterlab_smceservices
Project-URL: Bug Tracker, https://github.com/github_username/jupyterlab_smceservices/issues
Project-URL: Repository, https://github.com/github_username/jupyterlab_smceservices.git
Author-email: Navteca LLC <info@navteca.com>
License: BSD 3-Clause License
        
        Copyright (c) 2022, Navteca LLC
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Requires-Dist: jupyter-server<3,>=2.0.1
Provides-Extra: test
Description-Content-Type: text/markdown

<br/>
<h2 align="center">
    <p align="center">
        <img src="img/smce-support-services.png" alt="SMCE Services Support Logo" width="230" height="150">
    </p>
    This extension provides in-platform support for the SMCE services through Voice Atlas.
</h2>
<br/>

# Contents

- [What is it?](#what-is-it)
- [Installation](#installation)
- [Usage](#usage)
- [Licensing](#licensing)

<br/>

### What is it?

The Science Managed Cloud Environment (SMCE) is a managed cloud environment that utilizes commercial Amazon Web Services (AWS) for rapid prototyping and collaboration to accelerate the National Aeronautics and Space Administration (NASA) research.

<br/>

### Installation

**This extension might not be useful at least you are an SMCE user.**

You can use `pip` to install this extension:

```bash
pip install jupyterlab-smceservices
```

or

```bash
git clone https://github.com/Navteca/jupyterlab-smceservices.git
cd jupyterlab-smceservices/
npm install
python -m build
pip install jupyterlab_smceservices-<version>-py3-none-any.whl
```

<br/>
if the installation process runs successfully, check if the extension has been activated:

```
jupyter labextension list
jupyter serverextension list
```

<br/>
If not, you might need to run:

```
jupyter labextension enable --py jupyterlab_smceservices
jupyter serverextension enable --py jupyterlab_smcewervices
```

<br/>

### Usage

Once the extension is installed, you will notice there is a new menu item "Support" which will give you access to the support chat.

<br/>

### Licensing

TBD

<br/>
