Metadata-Version: 2.1
Name: ipydagred3
Version: 0.1.1
Summary: ipywidgets wrapper around dagre-d3
Home-page: https://github.com/timkpaine/ipydagred3
Author: Tim Paine
Author-email: t.paine154@gmail.com
License: Apache 2.0
Description: 
        # ipydagred3
        
        ipywidgets wrapper around [dagre-d3](https://github.com/dagrejs/dagre-d3)
        
        [![Build Status](https://dev.azure.com/tpaine154/jupyter/_apis/build/status/timkpaine.ipydagred3?branchName=master)](https://dev.azure.com/tpaine154/jupyter/_build/latest?definitionId=22&branchName=master)
        [![Coverage](https://img.shields.io/azure-devops/coverage/tpaine154/jupyter/22)](https://dev.azure.com/tpaine154/jupyter/_build?definitionId=22&_a=summary)
        [![PyPI](https://img.shields.io/pypi/l/ipydagred3.svg)](https://pypi.python.org/pypi/ipydagred3)
        [![PyPI](https://img.shields.io/pypi/v/ipydagred3.svg)](https://pypi.python.org/pypi/ipydagred3)
        [![npm](https://img.shields.io/npm/v/ipydagred3.svg)](https://www.npmjs.com/package/ipydagred3)
        
        
        ![](https://raw.githubusercontent.com/timkpaine/ipydagred3/master/docs/img/example.gif)
        
        ## Installation
        
        You can install using `pip`:
        
        ```bash
        pip install ipydagred3
        ```
        
        Or if you use jupyterlab:
        
        ```bash
        pip install ipydagred3
        jupyter labextension install @jupyter-widgets/jupyterlab-manager
        ```
        
        If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
        the nbextension:
        ```bash
        jupyter nbextension enable --py [--sys-prefix|--user|--system] ipydagred3
        ```
        
        
Keywords: jupyter jupyterlab
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Jupyter
Description-Content-Type: text/markdown
Provides-Extra: dev
