Skip to main content

A tool designed to retrieve shell messages from a running Jupyter kernel using jupyter_client, useful for debugging execution responses.

Project description

Swarmauri Logo

PyPI - Downloads Hits PyPI - Python Version PyPI - License PyPI - swarmauri_tool_jupytergetshellmessage


Swarmauri Tool Jupyter Get Shell Message

Retrieves shell-channel messages from a running Jupyter kernel using jupyter_client.

Features

  • Listens on the Jupyter kernel shell channel and captures raw message dicts.
  • Returns a dict containing messages or an error key.
  • Helpful for debugging live kernel communication during automated notebook workflows.

Prerequisites

  • Python 3.10 or newer.
  • Access to a running Jupyter kernel (Notebook server, JupyterLab, etc.).
  • jupyter_client and websocket-client (installed automatically).

Installation

# pip
pip install swarmauri_tool_jupytergetshellmessage

# poetry
poetry add swarmauri_tool_jupytergetshellmessage

# uv (pyproject-based projects)
uv add swarmauri_tool_jupytergetshellmessage

Quickstart

from swarmauri_tool_jupytergetshellmessage import JupyterGetShellMessageTool

channels_url = "ws://localhost:8888/api/kernels/<kernel-id>/channels"
result = JupyterGetIOPubMessageTool()(channels_url, timeout=5.0)

if "messages" in result:
    for msg in result["messages"]:
        print(msg)
else:
    print("Error:", result.get("error"))

Tips

  • Ensure you pass the correct kernel channels URL (including security tokens/cookies if your server requires them).
  • Increase timeout if you expect long-running cells before shell replies are sent.
  • Combine with notebook execution tools to capture both SHELL and IOPub messages for full observability.

Want to help?

If you want to contribute to swarmauri-sdk, read up on our guidelines for contributing that will help you get started.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

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

File details

Details for the file swarmauri_tool_jupytergetshellmessage-0.9.3.dev13.tar.gz.

File metadata

  • Download URL: swarmauri_tool_jupytergetshellmessage-0.9.3.dev13.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swarmauri_tool_jupytergetshellmessage-0.9.3.dev13.tar.gz
Algorithm Hash digest
SHA256 2f38dd68ed27d84011e22768d897c0f1d8ed3dcdfb02bbe17baa76261ddf62ee
MD5 f5c4d2970bace22d7125d40a6f898835
BLAKE2b-256 90a3dddd3de55135657382eabf18794a026cf7d05364af234c9c9db008468a8a

See more details on using hashes here.

File details

Details for the file swarmauri_tool_jupytergetshellmessage-0.9.3.dev13-py3-none-any.whl.

File metadata

  • Download URL: swarmauri_tool_jupytergetshellmessage-0.9.3.dev13-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swarmauri_tool_jupytergetshellmessage-0.9.3.dev13-py3-none-any.whl
Algorithm Hash digest
SHA256 aab01e0bad17d73bd2b2bf8a2d97665aeb34ea94ef81f94b94a200b1e5548902
MD5 b1906df3ba1d1f3f6683b0471fb12278
BLAKE2b-256 6ef6384e7564c823bee3f70d11cf252c9d62f5c825f097f104205cab7d3a6479

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