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