name: test_notebooks description: 全てのプロジェクトノートブックを順次実行し、エラーがないか確認する
Run All Notebooks
This skill executes all .ipynb files in the project one by one.
Instructions
-
Find Notebooks:
- Search for all
.ipynbfiles in the project/workspace. - Exclude
.ipynb_checkpoints.
- Search for all
-
Execute Sequentially:
- Iterate through the list of notebooks.
- For each notebook, execute it using a command line tool that runs the kernel.
-
Recommended Tool:
jupyter nbconvert --to notebook --execute --inplace <notebook.ipynb>orpytest --nbmake <notebook.ipynb>(if installed). - CRITICAL: Wait for one notebook to finish before starting the next to conserve memory.
-
Report:
- Track pass/fail status for each.
- If a notebook fails, stop or log the error and continue (depending on user preference, default to continue).
- Provide a summary report at the end.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
5个月前
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!