Skip to main content

Python package to search in jupyter notebooks

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nb_query-0.1.5.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

nb_query-0.1.5-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page