Metadata-Version: 2.1
Name: jupyterlab-requirements
Version: 0.0.1
Summary: JupyterLab Extension for dependency management and optimization
Home-page: https://github.com/thoth-station/jupyterlab-requirements
Author: Francesco Murdaca
Author-email: fmurdaca@redhat.com
License: GPLv3+
Description: # jupyterlab-requirements
        
        Dependency management and optimization in JupyterLab.
        
        ## About
        
        This extension provides management of dependencies for JupyterLab notebooks.
        
        The main goals of the project are the following:
        
        * manage notebook requirements without leaving the notebook
        * provide a unique and optimized* environment for each notebook
        
        NOTE: The requirements are optimized using the [Thoth](https://thoth-station.ninja/) resolution engine
        
        ## Requirements
        
        * JupyterLab >= 3.0
        
        ## Installation
        
        ```bash
        pip install jupyterlab-requirements
        ```
        
        ## Usage
        
        TBD
        
        ### Uninstall
        
        ```bash
        pip uninstall jupyterlab-requirements
        jupyter labextension uninstall jupyterlab-requirements
        ```
        
Keywords: Jupyter,JupyterLab
Platform: Linux
Platform: Mac OS X
Platform: Windows
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: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
