Metadata-Version: 2.1
Name: jupyterlab-optumi
Version: 3.9.12
Summary: Offload Jupyter notebooks from your laptop into the cloud
Home-page: https://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:
        
        - Python 3.6 or later
        - JupyterLab 3
        
        Install from PyPI:
        
        ```pip install jupyterlab-optumi```
        
        *Note: If you are running JupyterLab from an anaconda environment, you'll need to run the install command with that environment activated. You can do this by launching JupyterLab, selecting File -> New -> Terminal and running the install command there. If you do this, you will need to shut down and restart Jupyterlab before using the extension.*
        
        *Note: If you already have the extension installed outside of an anaconda environment and want to reinstall it inside of an anaconda environment, you will need to add the* ```-U``` *flag to the pip install command.*
        
        *Note: Safari browser is not supported.*
        
        Test the install by running
        ```jupyter lab extension list``` and ```jupyter server extension list```. You should see **jupyterlab_optumi** in both outputs.
        
        If you do not see **jupyterlab_optumi** in both outputs, run ```jupyter server extension enable jupyterlab_optumi --user``` and test the install again.
        
        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.
        
        
Keywords: Jupyter,JupyterLab,JupyterLab3
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: Other/Proprietary License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
