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.0.tar.gz.

File metadata

  • Download URL: swarmauri_tool_jupytergetshellmessage-0.9.0.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","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.0.tar.gz
Algorithm Hash digest
SHA256 501e2c2f20613265b962203d5d5b13992a324104d5d8ffe675fa3d95ddaa2e7e
MD5 0f607e9062d47a74fabdd530493464f3
BLAKE2b-256 aee62d64e9fba184eeb5f92a7ab1ac1697d3625b77732ac7445db3b6d87acff3

See more details on using hashes here.

File details

Details for the file swarmauri_tool_jupytergetshellmessage-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: swarmauri_tool_jupytergetshellmessage-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b2a56017d8709675e0a4c7628d10b899a383f338c08acd2c5ddb959d887aae01
MD5 83b9f4acd134c873407e87d684adf057
BLAKE2b-256 ff8f47ee279191c131cd454999aea3d22d2648b58a1244b1a976e90c33228311

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