Skip to content

Instantly share code, notes, and snippets.

@gmorain
gmorain / nbgrep
Last active May 30, 2016 10:31 — forked from jbarratt/nbgrep
'nbgrep', search the code of all your ipython notebooks
#!/bin/bash
# usage: nbgrep 'pattern'
SEARCHPATH=$PROJECT_HOME
# 'jq' technique lifted with gratitude
# from https://gist.github.com/mlgill/5c55253a3bc84a96addf
# Break on newlines instead of any whitespace