Shareable URLs for notebook outputs
import skua
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
ax.plot(control, variant)
skua.record(fig, title="A/B test")
# > https://skua.f624.xyz/r/fRGW3fJXKddhOne function call turns plots, DataFrames, and text into live links. Re-run the cell to update — same URL, fresh results.
- Interactive
- Sort the table, zoom the plot, hover for values — it's a page, not a screenshot
- Setup-free
- No account, no API key — install and record, verify later for more headroom
- Widely compatible
- matplotlib, plotly, pandas, polars, numpy, Pillow, PyTorch, TensorFlow — in Jupyter, Colab, VS Code, scripts, or the CLI
- Lightweight
- Only dependency is
requests
pip install getskua