xLaszlo / nb-query

Python package to search in jupyter notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Python package to search in jupyter notebooks

License:MIT License


Languages

Language:Python 84.1%Language:Jupyter Notebook 15.9%