def run_notebook()

in scripts/run_examples.py [0:0]


def run_notebook(path: str) -> None:
    log.info("Running notebook: %s", path)
    check_call(["jupyter-nbconvert", "--to", "notebook", "--execute", "--stdout", path], stdout=DEVNULL)