ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3
You can install using pip
:
pip install ipydagred3
- 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)
Network example from the first gif Network Example
Tooltip Example from the second gif Tooltip Example