Metadata-Version: 2.1
Name: plotly-utils
Version: 0.0.2
Summary: High level API for plotting via Plotly in Jupyter Notebook
Home-page: https://github.com/gkovacs/python-plotly-utils
Author: Geza Kovacs
Author-email: noreply@gkovacs.com
License: UNKNOWN
Description: # plotly-utils
        
        High level API for plotting via Plotly in Jupyter Notebook
        
        ## Install
        
        ```bash
        pip install plotly-utils
        ```
        
        ## Using
        
        ```python
        import plotly_utils
        ```
        
        ## Author
        
        [Geza Kovacs](https://github.com/gkovacs)
        
        ## License
        
        MIT
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
