- Notifications
You must be signed in to change notification settings - Fork7
ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3
License
NotificationsYou must be signed in to change notification settings
timkpaine/ipydagred3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ipywidgets library for drawing directed acyclic graphs in jupyterlab usingdagre-d3
You can install usingpip
:
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 gifNetwork Example
Tooltip Example from the second gifTooltip Example
About
ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3