0.4.1 • Published 2 years ago
ipydagred3 v0.4.1
ipydagred3
ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3
Installation
You can install using pip
:
pip install ipydagred3
Or if you use jupyterlab:
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:
jupyter nbextension enable --py [--sys-prefix|--user|--system] 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
0.4.1
2 years ago
0.4.0
2 years ago
0.3.8
2 years ago
0.3.7
3 years ago
0.3.6
3 years ago
0.3.0
3 years ago
0.3.2
3 years ago
0.3.1
3 years ago
0.3.4
3 years ago
0.3.3
3 years ago
0.2.5
5 years ago
0.2.1
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.4
5 years ago
0.2.0
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago