collab-uniba / pynblint

Pynblint is a linter for Python Jupyter notebooks.
MIT License
40 stars 2 forks source link

Detect if duplicate code can be found across notebooks within the same repository #83

Open louieQ opened 2 years ago

louieQ commented 2 years ago

Notebooks written within the same data science repository might contain duplicate code. Such code should be consolidated outside the notebook, i.e., in one or more dedicated Python modules, to be imported in all the notebooks requiring common functionality.

Detect duplicate code across notebooks within the same repository.