wyp
Simple text-based webapp for plotting timeseries from wandb. The philosophy behind WYWIWYP (What You Write Is What You Plot) or in short WYP (Write Your Plot) is to define the plots with a simple text-based interface.
Get Started
Install the package
pip install wyp
Check that you are logged in wandb and lunch the webapp:
wandb login
wyp
You can connect to http://localhost:5000/.
Development
Clone this repository and run python wyp/serve.py.
To work on the frontend:
npm install
npm run dev
Deploy
Check the Makefile to make the python package and upload it.
We build the svelte app and copy the static files served to the clients (HTML, JS, ...) into the python package.
TODO
- Improve autocompletion for available plot keys
- Improve autocompletion for available metrics in the wandb runs
- Add CI for building the pip package at every release
- Add
columns,rows,hue,linestyleto make facet plots - Support multiple metrics
yin a plot - Add a table with the runs and the config keys
- Export to PNG
- Export to HTML with the data inlined (read only)
- Save exported HTML to gs:// for sharing quickly
Release files for wyp 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wyp-0.1.3.tar.gz | 3.0 MB | Details |
Release files / wyp-0.1.3.tar.gz
| Download URL | wyp-0.1.3.tar.gz |
|---|---|
| Size | 3.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8f4f277d5293b76ec1358fa2020da9b8a2a6d49827b25eb3f17555001f08fdb4
|
|
BLAKE2b-256 checksum How to use checksums |
4577d0fce1160fd24379290cff610b20cace3e723b74e044d909e0c62a26a568
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.12
|