This project is archived, and no longer under active development.
Please consider using https://github.com/nbQA-dev/nbQA instead
A simple tool to extract python code from a Jupyter notebook, and then run pylint on it for static analysis.
If you find this tool useful, please give it a star on GitHub!
The package can be installed via PyPI, then run from the command line, as follows:
pip install jupylint
jupylint <input file name>
Full documentation is available:
The tool can be downloaded in the following places:
If you find a bug in the code, feel free to submit a pull request or an issue through GitHub, and I will endeavour to fix it!