ui
¶
Classes:
Functions:
-
show–
NotebookDependencyError
¶
Bases: ImportError
show
¶
show(
data_dir: str | Path | None = None,
*,
session_path: str | Path | None = None,
language: str = 'en',
runner: StageRunner | None = None,
llm: StructuredLLM | None = None,
llm_settings: LLMSettings | None = None,
) -> object
Optional notebook dependencies are imported lazily so that
from hiperhealth.notebook import ui remains safe in a base install.
parameters:
data_dir:
type: str | Path | None
session_path:
type: str | Path | None
language:
type: str
runner:
type: StageRunner | None
llm:
type: StructuredLLM | None
llm_settings:
type: LLMSettings | None
returns:
type: object