You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
🚀 The feature, motivation and pitch
Overview
Automate testing for notebooks in
examples/notebooks/to ensure they remain executable and up-to-date.Current Notebooks
Cybersecurity_demo.ipynbLlamaGuard.ipynbLlamaGuardMM.ipynbRecommended Approach
Use nbmake for execution testing + testbook for detailed unit tests.
nbmake (execution testing)
pytest --nbmake examples/notebooks/*.ipynbtestbook (unit testing)
Dependencies to Add
nbmake>=1.4.0
testbook>=0.4.2
jupyter>=1.0.0
Implementation Notes
Success Criteria
Alternatives
No response
Additional context
No response