--- id: ipydagred3 version: "0.4.1" license: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) license_treatment: permissive maintenance: active --- # ipydagred3 — ipywidgets wrapper around dagre-d3 License: permissive · Maintenance: active · Downloads: 424.0K/mo ## What it is and what it does ipydagred3 wraps the dagre-d3 graph layout engine as an interactive ipywidgets component for Jupyter notebooks and JupyterLab. It lets you create, modify, and visualize directed acyclic graphs directly from Python code, with support for customizing node colors, shapes, and tooltips. The widget emits click events when users interact with nodes or edges, making it suitable for building interactive graph inspection tools and exploratory workflows within notebooks. The package is designed for developers working in Jupyter environments who need to visualize DAG structures—such as workflow dependencies, computational graphs, or data lineage—without leaving the notebook. It requires only ipykernel and ipywidgets, both standard Jupyter dependencies, and supports Python 3.8 through 3.12. Use it for: - Visualizing workflow or task dependency graphs in a notebook for debugging or documentation - Building interactive node inspectors that respond to clicks on graph elements - Exploring data lineage or computational DAGs with dynamic node and edge styling - Prototyping graph-based applications where users need to see and interact with DAG structure ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. ipydagred3 is an ipywidgets library for rendering and interacting with directed acyclic graphs in JupyterLab, built on dagre-d3 for layout and visualization. Yes, if you work in JupyterLab and need to visualize or interact with DAGs. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and carries a permissive Apache License Version 2.0. The last release was 2023-10-31 but recent commit activity on 2026-08-01 indicates ongoing maintenance; verify compatibility with your JupyterLab version before production use. ## Install pip install ipydagred3 uv add ipydagred3 poetry add ipydagred3 ## Installing ipydagred3 Before you install: Installation is straightforward via pip with low friction. The package is actively maintained as of 2026-08-01, with recent commit history and no archived status. It depends only on ipykernel and ipywidgets, both stable Jupyter ecosystem libraries. License in practice: Licensed under Apache License Version 2.0 (permissive), which allows free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects as long as license and copyright notices are retained. Quickstart: pip install ipydagred3 from ipydagred3 import Graph graph = Graph() graph.add_node('node1', label='Task 1') graph.add_node('node2', label='Task 2') graph.add_edge('node1', 'node2') graph Verify before relying: - Whether the package works with the latest JupyterLab versions beyond what the classifiers indicate - Performance characteristics when rendering large or complex DAGs - Stability of click event handling and tooltip features in production use ## Package facts - License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 424.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags jupyter dag visualization, directed acyclic graph widget, jupyterlab graph drawing, interactive dag rendering, ipywidgets graph library, dagre-d3 jupyter, dag interactive notebook, jupyter-widget, graph-visualization, dag [View on SkillFed](https://skillfed.io/packages/ipydagred3) · [View on PyPI](https://pypi.org/project/ipydagred3/)