Web interface for devqubit experiment tracking
Project description
devqubit-ui
Web UI for devqubit experiment tracking. Browse runs, view artifacts, and compare experiments in a local web interface.
Installation
pip install devqubit-ui
Or via the meta-package:
pip install devqubit[ui]
Usage
From CLI
devqubit ui
devqubit ui --port 9000
devqubit ui --workspace /path/to/.devqubit
From Python
from devqubit import run_server
run_server(port=8080)
Features
- Run browser — List, filter, search runs with live HTMX updates
- Run details — Parameters, metrics, tags, artifacts
- Artifact viewer — View JSON/text; large files (>2MB) download-only
- Diff view — Compare runs side-by-side with TVD analysis
- Projects & groups — Organize and navigate experiments
- REST API — JSON endpoints at
/api/*for programmatic access - Plugin system — Extend UI via entry points
Production
uvicorn devqubit_ui.app:create_app --factory --host 0.0.0.0 --port 8080
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
devqubit_ui-0.1.0.tar.gz
(34.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devqubit_ui-0.1.0.tar.gz.
File metadata
- Download URL: devqubit_ui-0.1.0.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
633180a557414810f01a665c9b4ed3c63d8a1764666d39ec1bd1fbdac9796017
|
|
| MD5 |
b1b5b7dc11cefeace625fa083c0adca3
|
|
| BLAKE2b-256 |
9b62b257289c7128a7b34ec001f5eaf3bb1406e8300e5d96c767e726e1f69ac4
|
File details
Details for the file devqubit_ui-0.1.0-py3-none-any.whl.
File metadata
- Download URL: devqubit_ui-0.1.0-py3-none-any.whl
- Upload date:
- Size: 45.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b484e12e781a4fdb6886295a25a8535b1ecbdfa7e6031f2186bdaf36503b3f1
|
|
| MD5 |
d9367219bee9bbd4854cd814e5ec28a6
|
|
| BLAKE2b-256 |
4aa99ae5f553ab53bdcab430fdffd6fafa9665ddafde9ae6bb11742058cea942
|