Metadata-Version: 2.1
Name: mlvis
Version: 0.1.0
Summary: A wrapper around react components for use in jupyter notebooks
Home-page: https://github.com/uber/manifold.git
Author: Hong Wang
Author-email: hongw@uber.com
License: Apache License 2.0
Description: # Introduction
        
        <img alt="Jupyter" src="https://d1a3f4spazzrp4.cloudfront.net/mlvis/jupyter/docs/demo.gif"></img>
        
        The mlvis library contains a suite a visualization components. This library is still under active development. The current version consists of several prebuilt visualization components:
        
        - [Stacked Calendar](https://github.com/uber/manifold/tree/master/bindings/jupyter/docs/stacked-calendar.md)
        - [Graph Builder](https://github.com/uber/manifold/tree/master/bindings/jupyter/docs/graph-builder.md)
        - [Manifold](https://github.com/uber/manifold/tree/master/bindings/jupyter/docs/manifold.md)
        - [Feature List View](https://github.com/uber/manifold/tree/master/bindings/jupyter/docs/feature-list-view.md)
        
        ## Installation
        
        ```
        pip install mlvis
        ```
        
        Then install the nbextension into the Jupyter notebook
        
        ```
        jupyter nbextension install --py --symlink --sys-prefix mlvis
        jupyter nbextension enable --py --sys-prefix mlvis
        ```
        
        ## Development
        
        Instructions for building this project locally can be found in the [development documentation](https://github.com/uber/manifold/tree/master/bindings/jupyter/docs/development.md).
        
Keywords: data,visualization,machine learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Jupyter
Description-Content-Type: text/markdown
