Skip to main content

Record and share Jupyter notebook findings via shareable links

Project description

Skua

Capture and share Jupyter notebook results via shareable links.

Skua eliminates the "last mile" problem of sharing data science results. Instead of taking screenshots or exporting static files, capture your visualizations and data with a single function call.

Installation

pip install getskua

That's it! Skua automatically detects and works with libraries you already have installed (matplotlib, pandas, PIL, etc.).

Quick Start

import matplotlib.pyplot as plt
import skua

# Create a visualization
fig, ax = plt.subplots()
ax.plot([1, 2, 3], [1, 4, 9])
ax.set_title("Quadratic Growth")

# Capture and share it
result = skua.record(fig, title="Q3 Revenue Analysis")
print(result.url)  # https://skua.dev/f/abc123

Share the URL with colleagues. Re-run skua.record() with the same title to update in place — same URL, fresh results.

Supported Objects

  • Matplotlib figures - Saved as high-DPI PNG images
  • Plotly figures - Interactive charts, fully embedded
  • Pandas DataFrames - Interactive, sortable, filterable tables
  • Polars DataFrames - Rendered as interactive tables
  • NumPy arrays - Rendered as tables
  • PIL Images - Any PIL.Image object, saved as PNG
  • Dicts and lists of dicts - Pretty-printed with syntax highlighting
  • PyTorch / TensorFlow tensors - Image tensors rendered as PNG, others as tables
  • Any object - Falls back to string representation

Configuration

By default, Skua uses the hosted service at https://skua.dev. You can configure a different API URL if needed:

import skua

skua.configure(api_url="https://custom-url.com")

Or via environment variable:

export SKUA_API_URL=https://custom-url.com

Anonymous Usage

Skua uses anonymous sessions - no account required:

  • Session persists across notebook runs
  • Findings expire after 7 days
  • Limited to 10 findings per session
  • Rate limited to prevent abuse

Privacy

  • Anonymous findings are automatically deleted after 7 days
  • Open source Python package (MIT License)

Documentation

Visit https://skua.dev for more information and examples.

License

MIT License - see LICENSE file for details

Support

Questions or feedback? Email hello@skua.dev

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

getskua-0.9.1.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

getskua-0.9.1-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file getskua-0.9.1.tar.gz.

File metadata

  • Download URL: getskua-0.9.1.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for getskua-0.9.1.tar.gz
Algorithm Hash digest
SHA256 9c18e8d58b8b52a1822abe18f44ac51a834ea19c7eab1745c1e6a6303b435110
MD5 bee7aa401b4508948bfd6e767293c501
BLAKE2b-256 fe917ea495ec45dac8e2b7e85b46e494e307f89ad8cd7c7f8e8a27c74884cb5f

See more details on using hashes here.

File details

Details for the file getskua-0.9.1-py3-none-any.whl.

File metadata

  • Download URL: getskua-0.9.1-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for getskua-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5f07f83474e565fd5bf55bbf8c271e62229c8efceb9ee7d84736b87166aa6a75
MD5 16bab106fd63b3af08f287e9078032c8
BLAKE2b-256 ac6fe563a5eacdcfe50f0cc9edff003399ab789a125e725c279b4647f82a8986

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page