Metadata-Version: 2.1
Name: aiidalab
Version: 18.9.0
Summary: Meta package for the AiiDA Lab python environment.
Home-page: https://github.com/materialscloud-org/aiidalab-metapkg
Author: The AiiDA team
Author-email: aiidalab@materialscloud.org
License: MIT License
Description: # aiidalab-metapkg
        
        The `aiidalab` metapackage sets up the python environment found on the 
        [AiiDA lab](https://aiidalab.materialscloud.org).
        Amongst others, this includes
        
         * aiida-core
         * a wide range of aiida plugins
         * jupyter
         * ...
        
        Note: The relevant jupyter notebook extensions are enabled automatically.
        
        ## Installation
        
        ```
        # install latest version from pypi
        pip install aiidalab
        # note: pip can *enable* nbextensions [1], but not install them
        jupyter nbextension install --sys-prefix --py fileupload        
        ```
        [1] See the [jupyter-notebook documentation](http://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#Automatically-enabling-a-server-extension-and-nbextension)
        [1] http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html
        
        ## Testing
        
        ```
        # install latest version from github
        pip install --process-dependency-links git+https://github.com/materialscloud-org/aiidalab-metapkg
        jupyter nbextension install --sys-prefix --py fileupload        
        ```
        
        Note: `pip install -e .` does *not* process the `data_files` and thus does not enable the jupyter extensions.
        
        ## License
        
        MIT
        
        ## Contact
        
        aiidalab@materialscloud.org
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Description-Content-Type: text/markdown
