Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
louieQ opened this issue Mar 30, 2022 · 0 comments
Labels
linting rule A new check performed by pynblint

Comments

@louieQ
Copy link
Collaborator

louieQ commented Mar 30, 2022

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.

@louieQ louieQ added the linting rule A new check performed by pynblint label Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linting rule A new check performed by pynblint
Projects
None yet
Development

No branches or pull requests

1 participant