Awesome
ipydagred3
ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3
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