This release is a pre-release and may not be stable for production use.
dx
Efficient display and blob-store uploads for Python kernels running under nteract.
dx lets a Python kernel push bytes directly to the nteract daemon's blob store via a dedicated Jupyter comm, bypassing the IOPub "raw bytes" anti-pattern. Display bundles carry a tiny reference MIME (application/vnd.nteract.blob-ref+json) instead of megabytes of parquet/image/video data.
Usage
import dx
dx.install()
import pandas as pd
df = pd.read_parquet("big.parquet")
df # rendered via the sift parquet renderer from a blob reference
Low-level:
ref = dx.put(open("image.png", "rb").read(), content_type="image/png")
dx.display_blob_ref(ref, content_type="image/png")
See docs/superpowers/specs/2026-04-13-nteract-dx-design.md for the protocol.
In vanilla Jupyter or plain python
dx.install() is a no-op when no nteract runtime agent is reachable. dx.display(df) falls back to raw-bytes display, and dx.put(...) raises DxNoAgentError. The library is safe to import anywhere.
Release files for dx 2.0.1a202604150435
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dx-2.0.1a202604150435.tar.gz | 13.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dx-2.0.1a202604150435-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.7 kB
Release files / dx-2.0.1a202604150435.tar.gz
| Download URL | dx-2.0.1a202604150435.tar.gz |
|---|---|
| Size | 13.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
70631ca795a968429e9b44f2b23a40af706f15ce838d8e625530e2a304dcb53b
|
|
BLAKE2b-256 checksum How to use checksums |
9a3b18f3f7a6412b006fa0006eb20be2cb35e81e2d6a720862a0cac54f558cff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","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}
|
Release files / dx-2.0.1a202604150435-py3-none-any.whl
| Download URL | dx-2.0.1a202604150435-py3-none-any.whl |
|---|---|
| Size | 11.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
52749872fc4b2d804a2679b86d43d5d61cde55846a6e8dceee519d266dab216d
|
|
BLAKE2b-256 checksum How to use checksums |
917b2111de395558de32b663ece92e2bc4d4995f3a76c073a32cde4bd67b9871
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","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}
|