What You Write Is What You Plot
Project description
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
,linestyle
to make facet plots - Support multiple metrics
y
in 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
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
File details
Details for the file wyp-0.1.3.tar.gz
.
File metadata
- Download URL: wyp-0.1.3.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8f4f277d5293b76ec1358fa2020da9b8a2a6d49827b25eb3f17555001f08fdb4
|
|
MD5 |
13e155627e85cf20f2eb3cd67442b17a
|
|
BLAKE2b-256 |
4577d0fce1160fd24379290cff610b20cace3e723b74e044d909e0c62a26a568
|