Metadata-Version: 2.1
Name: jupyter-scdg-viewer-widget
Version: 0.1.0
Summary: A Jupyter SCDG Viewer Widget
Home-page: UNKNOWN
Author: Mathieu SIMON
Author-email: mathieu.simon@inria.fr
License: UNKNOWN
Description: SCDG Viewer Widget
        ===============================
        
        Jupyter Notebook Widget to view SCDG in the form of graph.
        
        This widget project was initialized using the very handy Cookiecutter [template](https://github.com/jupyter-widgets/widget-cookiecutter).
        
        Example
        ------------
        
        ![](example.png)
        
        Installation
        ------------
        
        To install use pip:
        
            $ pip install scdgviewer
            $ jupyter nbextension enable --py --sys-prefix scdgviewer
        
        To install for jupyterlab
        
            $ jupyter labextension install scdgviewer
        
        For a development installation (requires npm),
        
            $ git clone git@gitlab.inria.fr:TAMIS/madlab/jupyter-scdg-viewer-widget.git
            $ cd jupyter-scdg-viewer-widget
            $ pip install -e .
            $ jupyter nbextension install --py --symlink --sys-prefix scdgviewer
            $ jupyter nbextension enable --py --sys-prefix scdgviewer
        
Keywords: ipython,jupyter,widgets,scdg,graph
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics
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
Description-Content-Type: text/markdown
