Skip to main content

An AnyWidget for displaying declarative diagrams written in D2

Project description

PyPI MIT License

D2 Widget d2-widget logo

Bring the power of D2 to Python notebooks.

d2-widget is an AnyWidget for displaying declarative diagrams written in D2.

  • 🎨 D2 Diagram Rendering: Create and display interactive D2 diagrams directly in Python notebooks
  • ⚙️ Configurability: Support for all D2 compilation options including themes, layouts, and rendering configurations
  • 📤 SVG Export: Programmatically access the SVG representation for use in other documents
  • Jupyter Cell Magic: Use the convenient %%d2 cell magic for quick diagram creation
  • 🧩 Notebook Compatibility: Works in Jupyter, Google Colab, Marimo, and other AnyWidget-enabled Python notebook environments
  • 🎬 Animation Support: Create animated diagrams with D2's native animation capabilities

Playground

Visit the interactive playground to try out what d2-widget can do.

playground

Installation

pip install d2-widget

or with uv:

uv add d2-widget

Usage

The following examples demonstrate how to use Widget with increasing complexity.

Basic Usage

The simplest way to use Widget is to pass a D2 diagram as a string to the constructor.

from d2_widget import Widget

Widget("x -> y")
simple example

Inline Configuration

You can add direction and layout settings directly in the D2 markup.

from d2_widget import Widget

Widget("""
direction: right
x -> y
""")
simple example with inline configuration

Compile Options

You can specify compile options using the second argument to the constructor. You can read about the semantics of the options in the D2 documentation.

from d2_widget import Widget

Widget("""
direction: right
x -> y
""",
  {
      "themeID": 200,  # ID of the "Dark mauve" theme
      "pad": 0,        # Disable padding
      "sketch": True,  # Enable sketch mode
  },
)
example with compile options

Accessing the SVG

You can access the generated SVG using the svg attribute.

from d2_widget import Widget

w = Widget("x -> y")
w.svg

%%d2 Cell Magic

You can use the %%d2 cell magic to display a D2 diagram in a Jupyter notebook.

First, you need to load the extension:

%load_ext d2_widget

Then, you can use the %%d2 cell magic to display a D2 diagram. You can pass compile options to the cell magic using keyword arguments.

%%d2 sketch=True themeID=200
direction: right
x -> y
y -> z { style.animated: true }
z -> x
example with cell magic

Contributing

Contributor setup, dev workflow, and QA commands are in CONTRIBUTING.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

d2_widget-0.2.0.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

d2_widget-0.2.0-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file d2_widget-0.2.0.tar.gz.

File metadata

  • Download URL: d2_widget-0.2.0.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for d2_widget-0.2.0.tar.gz
Algorithm Hash digest
SHA256 94564102cd58ab68051d22e9849f9e44c23663870254fcfa33cbea89fc39c7fb
MD5 eeccebdfd5ad0159132da9f0c06bf36f
BLAKE2b-256 cb656af0d460a4b430e6fda146dd5b04290230a4fb944ed7b5e2b217cf9a8b58

See more details on using hashes here.

File details

Details for the file d2_widget-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: d2_widget-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for d2_widget-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0c5c4b08f325976b9fdb2fa87e4aca845d9dd6ac507ee5bed1c62c4f394dbe93
MD5 aa985080aa429b2042b954b930ee82d9
BLAKE2b-256 e3866d9c7622af7a60c1ef40bc76c2a7fcab58fe2ea82dc373a608ddc33cfd64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page