Skip to content

Commit 80d2757

Browse files
jeremymanningclaude
andcommitted
Fix notebook validation errors for ReadTheDocs build
**Issue**: ReadTheDocs build failing with notebook validation errors - Missing execution_count fields in code cells - Missing required notebook metadata **Solution**: - Added execution_count: null to all code cells missing this field - Added missing cell IDs to notebooks without them - Added standard notebook metadata (kernelspec, language_info) - Ensured all notebooks have proper nbformat structure **Files Fixed**: - All 12 notebooks in docs/source/notebooks/ - AWS, Azure, GCP, Lambda Cloud, HuggingFace Spaces tutorials - Existing tutorial notebooks (SLURM, PBS, SGE, SSH, Kubernetes) **Testing**: - ✅ All 223 tests still pass - ✅ Documentation builds successfully locally - ✅ Notebooks now meet nbformat validation requirements **Script**: Added fix_notebooks.py for future maintenance This resolves the ReadTheDocs build failures caused by notebook validation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6cb925c commit 80d2757

13 files changed

+12579
-12272
lines changed

docs/source/notebooks/aws_cloud_tutorial.ipynb

Lines changed: 347 additions & 338 deletions
Large diffs are not rendered by default.

docs/source/notebooks/azure_cloud_tutorial.ipynb

Lines changed: 367 additions & 353 deletions
Large diffs are not rendered by default.

docs/source/notebooks/basic_usage.ipynb

Lines changed: 364 additions & 347 deletions
Large diffs are not rendered by default.

docs/source/notebooks/complete_api_demo.ipynb

Lines changed: 1948 additions & 1910 deletions
Large diffs are not rendered by default.

docs/source/notebooks/gcp_cloud_tutorial.ipynb

Lines changed: 514 additions & 501 deletions
Large diffs are not rendered by default.

docs/source/notebooks/huggingface_spaces_tutorial.ipynb

Lines changed: 1345 additions & 1344 deletions
Large diffs are not rendered by default.

docs/source/notebooks/kubernetes_tutorial.ipynb

Lines changed: 1448 additions & 1433 deletions
Large diffs are not rendered by default.

docs/source/notebooks/lambda_cloud_tutorial.ipynb

Lines changed: 1463 additions & 1461 deletions
Large diffs are not rendered by default.

docs/source/notebooks/pbs_tutorial.ipynb

Lines changed: 1318 additions & 1298 deletions
Large diffs are not rendered by default.

docs/source/notebooks/sge_tutorial.ipynb

Lines changed: 1130 additions & 1115 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)