Metadata-Version: 2.1
Name: jupyterlab-optumi
Version: 2.2.0
Summary: Offload Jupyter notebooks from your laptop into the cloud
Home-page: https://www.optumi.com
Author: Optumi Inc Authors
Author-email: cs@optumi.com
License: UNKNOWN
Description: # **Welcome to Optumi 👋**
        
        ### Description
        
        Optumi's JupyterLab extension provisions and manages ML environments in the cloud. Data scientists can seamlessly offload local notebooks as interactive sessions or batch jobs while software automatically cleans up infrastructure when no longer needed and makes it easy to keep track of spending.
        
        Our goal is to help you spend more time developing models and less time on infrastructure.
        
        ### Installation
        
        Prerequisites:
        
        - NodeJS 12+
        - Python 3.6+
        - JupyterLab 2.x
        
        Install from PyPI:
        
        ```bash
        pip install jupyterlab-optumi && jupyter serverextension enable jupyterlab-optumi.OptumiHandler && jupyter lab build
        ```
        
        Start JupyterLab and you'll see  <img src="https://drive.google.com/uc?export=view&id=1Cf7_RCL8LLxFFp9ByfZB9-5-SRPghMNB" width="20" height="20" style="vertical-align:middle;"> in the left side bar.
        
        ### Questions
        
        If you have any questions, please reach out to the Optumi team. You can contact us by emailing cs@optumi.com or through our website www.optumi.com.
        
        
Platform: UNKNOWN
Classifier: License :: Other/Proprietary License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
