Skip to main content

Crate jtool_grep

Crate jtool_grep 

Source
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;

Modules§

matcher
Pattern matching logic for grep
output
Output formatting for grep results
search
Search implementation for notebooks
types
Core types for grep functionality