logml.report.notebooks_generation_runner

Classes

NotebooksGenerationRunner(cfg, global_params)

BaselineKit notebooks generation executor.

class logml.report.notebooks_generation_runner.NotebooksGenerationRunner(cfg: GlobalConfig, global_params: dict, logger=None)

Bases: object

BaselineKit notebooks generation executor.

generate_notebooks(notebook_cls: List[Tuple[str, Type[logml.report.notebooks.base.BKNotebookScopes]]], base_global_params: Dict, skip_enable=False) None

Generates required notebooks.

produce_and_execute_strata_notebooks()

Creates and executes required strata-level notebooks.

produce_and_execute_global_notebooks()

Creates and executes required global-level notebooks.

generate_debug_notebooks() None

Creates and executes required notebooks.

execute_custom_notebooks() None

Creates and executes required notebooks.

generate_report_summary() None

Creates and executes required notebooks.

run()

Produces and executes BaselineKit notebooks.