Metadata-Version: 2.1
Name: fortecubeview
Version: 0.2.2
Summary: A geometry, cube file, and vibrational modes viewer for Psi4 and Forte
Home-page: https://github.com/evangelistalab/fortecubeview
Author: Francesco Evangelista
Author-email: 
License: UNKNOWN
Description: # fortecubeview
        
        A simple cube file viewer based on pythreejs.
        
        ![fortecubeview](extra/screenshot.png)
        
        ## Installation
        Using pip:
        ```
        pip install fortecubeview
        ```
        
        ## Dependencies
        forte4cubeview requires [pythreejs](https://github.com/jupyter-widgets/pythreejs).
        
        To install pythreejs via pip:
        ```
        pip install pythreejs
        ```
        And then install the extension for jupyter notebooks
        ```
        jupyter nbextension install --py --symlink --sys-prefix pythreejs
        jupyter nbextension enable --py --sys-prefix pythreejs
        ```
        Or for jupyter lab:
        ```
        jupyter labextension install @jupyter-widgets/jupyterlab-manager 
        jupyter labextension install jupyter-threejs
        ```
        
        ## Getting started
        Check out the example files in the `fortecubeview/examples` folder.
        From jupyter, the following will load and display all the cube files contained in the currrent working directory
        ```
            import fortecubeview
            fortecubeview.plot()
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
