pnkraemer/tueplots

Implement quality assurance for Jupyter notebooks

pnkraemer opened this issue · 2 comments

The linters (black, isort, pylint) can be applied to the example notebooks via nbqa: https://github.com/nbQA-dev/nbQA
This will enforce the same code quality for the notebooks as for the rest of the code.

Black and isort have been taken care of in #83. pylint requires a different PR.

Since the issue is that old and nothing related has come up, I will close it. If quality assurance in notebooks becomes an issue, let's reopen.