Skip to content

xLaszlo/nb-query

Repository files navigation

nb_query

Python package to search in Jupyter notebooks.

Tests Codecov PyPI Read the Docs

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.