feat(iv): IV 챕터 추가 (노트북 + 영상 파이프라인)#5
Open
myeongseok-gwon wants to merge 1 commit into
Open
Conversation
- book/iv: 도구변수 한눈에 보기 노트북 ko/en (numpy/2SLS 시뮬레이션 + graphviz DAG 포함) - videos/iv: 7-Scene Manim 파이프라인 ko/en, 약 7분 50초 / 7분 39초 1080p60 - book/myst.yml: 회귀 챕터 + IV 챕터 TOC 연결, ko 항목 hidden 처리 - .claude/skills/manim-video-pipeline: OpenAI gpt-4o-mini-tts 어댑터로 전환, 3b1b 경로 갱신, # 주석 라인 TTS 입력에서 제외 - .claude/skills/video-assets-setup: 3b1b 검증 경로 갱신 - .codex/skills: jupyter-notebook / minimal-ipynb / ipynb-to-korean 스킬 추가 - book/regression, videos/grouped_dummy_regression, videos/linear_regression_effectiveness: 사전 작업분 함께 포함 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
#주석 라인 TTS 입력에서 제외.영상 본체 mp4는
videos/*/build/가 .gitignore에 잡혀 있어 PR에는 포함되지 않습니다 (로컬 빌드 결과 약 17~18 MB).Notes for reviewer
jupyter nbconvert --execute로 in-place 실행 완료. 셀 출력 baked in.b55ecbf) 리뷰 누락이 명시되어 revert (a808b20) 후 본 PR로 옮겼습니다. main의 현재 HEAD는 PR 이전 상태와 동일.python-setup→video-assets-setup→cd videos/iv && manim -qh --media_dir build/manim src/iv.py SceneNN_Name(각 Scene 반복).Test plan
python videos/iv/src/build_notebooks.py가 두 ipynb를 다시 생성jupyter nbconvert --to notebook --execute --inplace book/iv/iv_ko.ipynb가 에러 없이 실행book/iv/iv_en.ipynb에도 통과book/myst.yml의 신규 TOC 항목이 실제 파일을 정확히 가리키는지 확인cd videos/iv && manim -ql --media_dir build/manim src/iv.py Scene01_SnowPumps🤖 Generated with Claude Code