Skip to content

timkpaine/ipydagred3

Repository files navigation

ipydagred3

ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3

Build Status codecov PyPI PyPI npm Binder

Installation

You can install using pip:

pip install ipydagred3

Features

  • Dynamically create and modify graphs from python
  • Change color, shape, tooltip, etc
  • Click events (click on node or edge and get event in ipywidget indicating source, good for node inspector tools)

Tooltips and Click events

Examples

Network example from the first gif Network Example

Tooltip Example from the second gif Tooltip Example