A tool to run pylint on Jupyter notebooks


Keywords
Jupyter, Pylint, linter
License
MIT
Install
pip install jupylint==2.2.4

Documentation

Build status Code coverage

Jupyter Pylinter - Archived

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!

Usage

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:

Download

The tool can be downloaded in the following places:

Contributions and errata

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!