Isabel-Gan / quantifying-notebook-features

Python scripts to detect and quantify features in Jupyter notebooks
2 stars 0 forks source link

author detection #7

Closed Isabel-Gan closed 4 years ago

Isabel-Gan commented 4 years ago

doesn't check for contributors' names

Isabel-Gan commented 4 years ago

issues:

Isabel-Gan commented 4 years ago

no way to find an author name not in the metadata, first issue fixed by https://github.com/Isabel-Gan/quantifying-notebook-features/commit/448ad5eb3468fb2e086062fd464ee114986ac9fd

Isabel-Gan commented 4 years ago

false positives:

Isabel-Gan commented 4 years ago

solution: search only markdown cells and code comments for author

Isabel-Gan commented 4 years ago

fixed by https://github.com/Isabel-Gan/quantifying-notebook-features/commit/6125c3abed708204a945f896089602c53f2fdd53

Isabel-Gan commented 4 years ago

username coming up in links, false positives

see 625482: https://github.com/debimax/cours-debimax/blob/13422648078d87db9dbbe176761b19092f608483/Brython.ipynb

Isabel-Gan commented 4 years ago

fixed by https://github.com/Isabel-Gan/quantifying-notebook-features/commit/3da89f0d31e219b37eaa207a86716c9a57a34e34