Skip to main content

Tweaks for jupyter notebooks

Project description

Build Status Binder

jupytertweak

Table of Contents

Installation

The jupytertweak git repo is available as PyPi package

pip install jupytertweak

Usage

Check the examples folder for notebooks.

Commands

  • Check syntax: flake8 --ignore=F401
  • Remove .pyc files: find . -type f -name "*.pyc" | xargs rm
  • Remove __pycache__ folders: find . -type d -name "__pycache__" | xargs rm -rf
  • Upload to PyPi: python setup.py sdist upload -r pypi
  • Upload to PyPi with twine: python setup.py sdist && twine upload -r pypi dist/*

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

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

jupytertweak-0.2.0.tar.gz (2.3 kB view details)

Uploaded Source

File details

Details for the file jupytertweak-0.2.0.tar.gz.

File metadata

  • Download URL: jupytertweak-0.2.0.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for jupytertweak-0.2.0.tar.gz
Algorithm Hash digest
SHA256 53e2f49d9071471f71634fd6ae41915ea91f0ccb4e50f2e88954dcb10f66f59f
MD5 c216525ce9143121e47350294eb2b23d
BLAKE2b-256 833267bd580163471beb679dc248faddf21b0f7bd04bd73db76c77e8a7b332db

See more details on using hashes here.

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