Files
claude-cookbooks/requirements-dev.txt
Alex Notov d7db210bd4 fix: remove nbstripout and preserve notebook outputs
Notebook outputs are educational content in cookbook repositories.
They show users what to expect when running the code.

- Remove nbstripout from all dependencies and configurations
- Remove nbstripout check from CI workflow
- Update documentation to explain outputs are intentional
- Make validation scripts non-blocking for POC
- Fix lychee configuration conflict

The CI now validates notebooks without removing demonstration outputs.
2025-09-07 16:07:13 -06:00

5 lines
75 B
Plaintext

papermill>=2.6.0
ruff>=0.12.0
pytest>=8.3.3
nbval>=0.11.0
pre-commit>=3.8.0