Description
Validates Jupyter notebooks through pytest by checking that cells run or that stored outputs match expected results. It helps projects treat notebooks as tested documentation or reproducible examples.
Notebook validation can execute code with the user's permissions. Run only trusted notebooks or use isolated environments when inputs come from outside the project.