Skip to main content

A tool designed to clear all outputs from a Jupyter Notebook using nbconvert’s ClearOutputPreprocessor, preparing the notebook for sharing or version control.

Project description

Swarmauri Logo

PyPI - Downloads Hits PyPI - Python Version PyPI - License PyPI - swarmauri_tool_jupyterclearoutput


Swarmauri Tool Jupyter Clear Output

Removes outputs and execution counts from Jupyter notebooks using a Swarmauri tool wrapper. Ideal for cleaning notebooks before publishing or committing to version control.

Features

  • Clears output arrays from all code cells and resets execution_count to None.
  • Leaves markdown and raw cells untouched.
  • Works with notebooks already loaded into memory (dict/JSON structure).

Prerequisites

  • Python 3.10 or newer.
  • Dependencies: nbconvert, swarmauri_base, swarmauri_standard (installed automatically).

Installation

# pip
pip install swarmauri_tool_jupyterclearoutput

# poetry
poetry add swarmauri_tool_jupyterclearoutput

# uv (pyproject-based projects)
uv add swarmauri_tool_jupyterclearoutput

Quickstart

import json
from swarmauri_tool_jupyterclearoutput import JupyterClearOutputTool

notebook_data = json.loads(Path("notebooks/example.ipynb").read_text())

cleaner = JupyterClearOutputTool()
clean_notebook = cleaner(notebook_data)

Path("notebooks/example-clean.ipynb").write_text(json.dumps(clean_notebook, indent=2))

Tips

  • Run this tool before committing notebooks to keep diffs small and avoid leaking secrets in output cells.
  • Combine with Swarmauri pipelines that regenerate notebooks (e.g., parameterized runs) to ensure clean artifacts.
  • For large notebooks, consider streaming to disk rather than loading entirely into memory before clearing.

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

swarmauri_tool_jupyterclearoutput-0.10.0.tar.gz (7.8 kB view details)

Uploaded Source

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_jupyterclearoutput-0.10.0.tar.gz.

File metadata

  • Download URL: swarmauri_tool_jupyterclearoutput-0.10.0.tar.gz
  • Upload date:
  • Size: 7.8 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_jupyterclearoutput-0.10.0.tar.gz
Algorithm Hash digest
SHA256 68b8654d960e186ac466c811464a4b81a37e7c86d3598f77ad6c0b1dbef5989f
MD5 a4fc0f76e1a5eac16e1c295a677aae64
BLAKE2b-256 223f5c7e83964d94424f5ba77e25459323af1e1cdd693c2fcecf049e47b94a4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: swarmauri_tool_jupyterclearoutput-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 8.8 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_jupyterclearoutput-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 49b5a42ae38710c22c2dc020ebd1d936219057a373d457204aff6e460c364d0b
MD5 a8c08c53489a053b75d8989fb9ca4ccc
BLAKE2b-256 a734f0ee350a06208b6deef71fa2d035898f2e0e360fb231fa84777769e1a172

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