Created
June 27, 2024 16:57
-
-
Save dkirkby/641d45d3aede2a280fb8c31025fd090b to your computer and use it in GitHub Desktop.
Find jupyter notebooks containing a string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.ipynb" -not -path "*checkpoint*" -print0 | xargs -0 fgrep -l coordinates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment