Shareable URLs for notebook outputs
import skua
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
ax.fill_between(days, lift - 1.96*se, lift + 1.96*se, ...)
ax.plot(days, lift, ...)
skua.snap(fig, title="Checkout A/B test")
# > https://skua.dev/s/uv4uY6KFVb31One function call turns plots, DataFrames, and text into permanent links. Re-run the cell to update — same URL, fresh results.
pip install getskua- Widely compatible
- matplotlib, plotly, pandas, polars, numpy, Pillow, PyTorch, TensorFlow, and more
- Setup-free
- No account, no API key — install and snap
- Auto-detecting
- Pass any object — Skua picks the right serializer
- Portable
- Jupyter, Colab, VS Code notebooks, plain Python scripts, CLI
- Lightweight
- Only dependency is
requests