feat(scripts): add notebook generator and lesson notebooks - #461
Open
jayanthansenthilkumar wants to merge 2 commits into
Open
feat(scripts): add notebook generator and lesson notebooks#461jayanthansenthilkumar wants to merge 2 commits into
jayanthansenthilkumar wants to merge 2 commits into
Conversation
Adds utility scripts scripts/create_lesson_notebook.py and scripts/generate_all_notebooks.py alongside interactive notebook/experiment.ipynb artifacts across curriculum lessons. Follows the optional notebook experimentation structure defined in CONTRIBUTING.md while maintaining 100% invariant compliance.
|
Important Review skippedToo many files! This PR contains 526 files, which is 226 over the limit of 300. To get a review, reduce the PR to 300 files or fewer by splitting it into smaller PRs or changing its base branch. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (526)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Add path_filters to ignore auto-generated notebook files so PR file count stays below CodeRabbit limits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds utility scripts
scripts/create_lesson_notebook.pyandscripts/generate_all_notebooks.pyalongside interactivenotebook/experiment.ipynbartifacts across curriculum lessons. Follows the optional notebook experimentation structure defined in CONTRIBUTING.md while maintaining 100% invariant compliance.What this PR does
Adds automation tooling (
scripts/create_lesson_notebook.pyandscripts/generate_all_notebooks.py) to generate, manage, and audit interactive Jupyter Notebooks (experiment.ipynb) across all curriculum lessons in accordance with the optional notebook structure defined inCONTRIBUTING.md.Kind of change
Checklist
LESSON_TEMPLATE.mdstructure[Name](phases/...)), not bare textdocs/en.mdclaimsPhase / lesson
Phases 01–20 · Automation Tooling & Notebook Invariants
Notes for reviewer
scripts/create_lesson_notebook.pyfor targeted single-lesson notebook creation.scripts/generate_all_notebooks.pysupporting--phase N,--overwrite, and--dry-runflags for batch workflow management.python scripts/audit_lessons.py: 523 lesson(s) checked, 0 issue(s).python scripts/audit_certifications.py: 33 lesson(s), 8 assessment(s), 0 issue(s).