Jupyter Notebook's file explorer allows users to create duplicates of their notebooks (select the tickbox to the left of a notebook name, then Duplicate in the context menu that appears above).
Notebook duplicates are named according to the following pattern:
Jupyter Notebook's file explorer allows users to create duplicates of their notebooks (select the tickbox to the left of a notebook name, then
Duplicate
in the context menu that appears above).Notebook duplicates are named according to the following pattern:
E.g., by creating two duplicates of the same notebook named "TryJupyter.ipynb", I would get
TryJupyter-Copy1.ipynb
andTryJupyter-Copy2.ipynb
.To be easily distinguished from their original copy, such duplicate notebooks should be renamed as soon as they are created.
Add a linting rule to detect the presence of duplicate notebooks that have not been renamed within a repository.