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

File metadata

  • Download URL: swarmauri_tool_jupytergetshellmessage-0.10.0.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.0","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.10.0.tar.gz
Algorithm Hash digest
SHA256 18e4f4ffbdd6e65f6f58e05056e2ed574d55d4f60c259ed9aacf05925a9e82dd
MD5 0cf9263badf94906fefaf5bfee615f54
BLAKE2b-256 1055bf04229176c88130256aee96b99a3b3e1046ef11f1196f65f848884990ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: swarmauri_tool_jupytergetshellmessage-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.0","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.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 17545554ab2f954d92e61280847a106e867592a369c6f917e956bf4a0ae844e7
MD5 414a45e8db848bc60fd9b0c4161249f5
BLAKE2b-256 936f74165c8851f5966ca6ad4722b4374e273a77531817447a9be65690a5e0f8

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