notebooks: Updated evidence & artifact linking on validation reports#518
Conversation
jamadriz
left a comment
There was a problem hiding this comment.
- Series inconsistency (notebook 4 not updated)
Notebooks 2 and 3 use the new UX wording, but 4-finalize_validation_reporting.ipynb still references the old UI:
Link Evidence to Report
Link Finding to Report / + Create New Finding
If the product rename is series-wide, notebook 4’s “next steps” section will contradict notebooks 2–3 after this merges.
- Small copy nit in notebook 3
Step 10: “Confirm that validation issue you inserted” → should be “Confirm that the validation issue…”
Good catch, I fixed it in this patch and I'll pull it into docs in validmind/documentation#1339 as the notebooks need to be refreshed anyway.
|
PR SummaryThis pull request introduces changes exclusively in the Jupyter notebook files located in the tutorials/validation folder. The primary goal of the update is to standardize the notebook JSON structure by explicitly setting the "execution_count" key to null and ensuring that each code cell contains an empty "outputs" array when necessary. In addition, some markdown cells have been revised to update instructions and streamline enumerated steps for linking evidence and artifacts in the validation report. These modifications help maintain consistency across notebook cells and improve the readability of the instructional content without affecting functional test logic. Test Suggestions
|

Pull Request Description
What and why?
Companion to validmind/documentation#1343, updates the Validator Fundamentals series to reflect the new UX for evidence and artifacts.
How to test
Review the sections in these notebooks:
What needs special review?
n/a
Dependencies, breaking changes, and deployment notes
Pulled into documentation in validmind/documentation#1343.
Release notes
Covered by:
Checklist