Skip to main content

A library for cleaning jupyter notebooks real good

Project description

nbcleanse 🚿

A notebook cleaner to end all notebook cleaners

What?

It's a script that cleans notebooks of "redundant components" like metadata/output and etc.

Why?

Because notebooks ARE code and whatever goes into your codebase should be as lean as possible.
Many IDEs which implement a notebook inteface (VScode, Jetbrains and etc.) add data to notebooks files in order to provide some functionalities. And that's a problem:

It makes code reviews more difficult
Notebook outputs clutter file data. Even with services such as reviewNB which allow simpler code reviews on notebook, cell outputs create a lot of false positive code changes.

It is not consistant across IDEs
Different IDEs can override the same settings causign unexpected behaviour.

It is not consistant across developers
The added settings can contain assumptions about dependencies that are computer-specific (conda environment, package versions). This can create conflicts when others pull the repo.

Why nbcleanse?

Because it's lightweight, configureable and let's you know how many lines of code you've saved your repo - thus making you happy.

OK. How?

First Install:

pip install nbcleanse

Then run:

cd your/notebooks/dir/
nbcleanse

Can it do this or that?

It might! Currently supported features are:

# cleans all metadata from all notebooks in cwd
nbcleanse -m

# cleans all outputs
nbcleanse -o

# cleans all cell execution counts
nbcleanse -e

# quiet mode
nbcleanse -q

# flags are additive
nbcleanse -moeq

It'd be nice if it could do this or the other thing...

Any suggesstions are welcome. Please open an issue or a PR explaining your idea!

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

nbcleanse-0.0.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

nbcleanse-0.0.1-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file nbcleanse-0.0.1.tar.gz.

File metadata

  • Download URL: nbcleanse-0.0.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.0

File hashes

Hashes for nbcleanse-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2fdf8e45ab7648ab22b87e236e484658454a2a6dbbe6a414fa37badb824843cc
MD5 78b34045dbcd8044658de4ded0587988
BLAKE2b-256 a1409e441cdc0ec91b0c82775ea7aeb9c4ddadaf00dc8e8d005c721cb5075299

See more details on using hashes here.

Provenance

File details

Details for the file nbcleanse-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: nbcleanse-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.0

File hashes

Hashes for nbcleanse-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 36dd669b157408b24c2fffbd361feb5a7c56c7d5609ebf26720cf8089d9ff62c
MD5 be158ca05748bd3403acca0696efead6
BLAKE2b-256 3fca6bd54478bedae5c1ff89d151bc364d8e489cd4ed1df3514b8832e049fc41

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page