Welcome to Jupylint’s documentation!

This project is archived, and no longer under active development.

Please consider using [https://github.com/nbQA-dev/nbQA](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.

Installation

The library package has been published on PyPI, so can be found here: https://pypi.org/project/jupylint/, and can be installed as follows:

pip install jupylint

Requirements

The pylint package is required, as jupylint merely provides a wrapper around it for Jupyter notebooks.

Contents

Indices and tables