A simple CLI tool to lint to Jupyter notebooks.
with pip
$ pip install nblint
or bleeding edge
$ git clone https://github.com/alexandercbooth/nblint.git
$ python setup.py install
Runs pycodestyle as the default linter and supports pyflakes
$ nblint pythonNotebook.ipynb
or pyflakes:
$ nblint --linter pyflakes pythonNotebook.ipynb
Currently supports the following other languages
$ nblint --linter golint goNotebook.ipynb
$ nblint --linter eslint jsNotebook.ipynb