/ipynb_format

A code formatter for python code in ipython notebooks

Primary LanguagePythonOtherNOASSERTION

ipynb_format

ipynb_format.py is a small script to format the python code in ipython notebooks. The code formatter is based on yapf.

Installation

To install from PyPI on Linux:

$ pip install ipynb_format

or from Github:

$ pip install --upgrade https://github.com/fg1/ipynb_format/archive/master.tar.gz

Usage

usage: ipynb_format [-h] [--style STYLE] [files [files ...]]

Format ipython notebook using yapf

positional arguments:
  files

  optional arguments:
    -h, --help     show this help message and exit
    --style STYLE  yapf style to use

The formatting style option is the same as for yapf.