scan_file()

Usage

Source

scan_file(
    path,
    select,
    ignore,
    jupyter_source="ipynb",
    max_code_cells=JUPYTER_MAX_CODE_CELLS,
    max_cell_lines=JUPYTER_MAX_CELL_LINES,
    max_inline_definitions=JUPYTER_MAX_INLINE_DEFINITIONS
)