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
  • Pandas DataFrames - Interactive, sortable, filterable tables
  • NumPy arrays - Rendered as tables (converted to DataFrames)
  • Dicts - Pretty-printed JSON with syntax highlighting
  • PIL Images - Any PIL.Image object, saved as PNG
  • Text/strings - Any object with a 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 20 uploads per hour

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

Stay Updated

Get notified about new features and releases:
https://skua.dev/subscribe

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.1.1.tar.gz (13.1 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.1.1-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: getskua-0.1.1.tar.gz
  • Upload date:
  • Size: 13.1 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.1.1.tar.gz
Algorithm Hash digest
SHA256 353d157af0ca0c97df6c2f2a0cde3575edc72dfa86ce2237dd160bf005fe505e
MD5 45631903c0cb4cd04c6e4c17a1298ea8
BLAKE2b-256 e97d8d1007470ec35b6a5187247baf73ee61f80c8e35a2c046b56af603df9d8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: getskua-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 16.0 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 42f6c24dcb71a573f21b8b3b31e04356ae71d01b060c0327c1b85bfb4d7bc84b
MD5 5642136010fe4b69534a19bd31ce1c8e
BLAKE2b-256 32674d5fcb8cec9449d421072238ebb05fec1df0d37771ba5996c65087a4a248

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