Python package to search in Jupyter notebooks.
Installation:
$ pip install nb-query
Usage
>> from nb_query import nb_query
>> nb_query('Hello')
>> nb_query('Hello', ['data/notebooks',])
>> nb_query('He(ll|r)o')
>> nb_query(lambda line: len(line) == 2)
Created with the help of the "Hypermodern python" article series.
Join the Code Quality for Data Science (CQ4ds) Discord channel for feedback.