Expand description
Jupyter Notebook grep library
This library provides grep functionality for searching Jupyter notebooks, including pattern matching, cell filtering, and various output formats.
Re-exports§
pub use matcher::Matcher;pub use search::search_all_notebooks;pub use search::search_notebook;pub use types::GrepOptions;pub use types::GrepResult;pub use types::Match;pub use types::MatchType;