Commit Graph

3 Commits

Author SHA1 Message Date
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
Alex Notov
dd8ef7dca4 fix: configure uv to use public PyPI
Add uv.toml to force public PyPI usage instead of internal artifactory.
Regenerate uv.lock with public registry for CI compatibility.
2025-09-07 15:47:39 -06:00
Alex Notov
c1494a2073 fix: add uv.lock for reproducible CI builds
The CI workflows expect uv.lock for caching dependencies.
2025-09-07 15:44:12 -06:00