Examples¶
These examples show small, copy-pasteable ways to use plotsrv.
The examples are intentionally simple. They are designed to show the pattern rather than build a full application.
Example types¶
| Example | Shows |
|---|---|
| ETL pipeline | publishing status, tables, logs, and validation summaries |
| EDA on a server | inspecting data and plots from a headless or SSH workflow |
Two patterns¶
Most examples use one of two patterns.
Attached server¶
For quick local use:
This starts plotsrv inside the current Python process.
Server workflow¶
For scripts and jobs:
Then publish from Python:
This keeps the plotsrv UI separate from the script producing the output.
What next?¶
Start with:
It shows the main plotsrv pattern: