notebook-analysis
Shared-kernel Jupyter notebook workflow for data analysis and exploration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shared-kernel Jupyter notebook workflow for data analysis and exploration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | notebook-analysis |
| description | Shared-kernel Jupyter notebook workflow for data analysis and exploration. |
Use this skill for data analysis or exploratory computation in an Runcell Science workspace.
Prefer .ipynb notebooks for analysis. Do not create throwaway analysis scripts when a notebook can hold the work and outputs.
Expected flow:
node "$OPEN_SCIENCE_NBCLI" cells --notebook <path>
id values stable.id values.node "$OPEN_SCIENCE_NBCLI" exec-cell --notebook <path> --cell <cell-id>
node "$OPEN_SCIENCE_NBCLI" read-cell --notebook <path> --cell <cell-id>
node "$OPEN_SCIENCE_NBCLI" exec-code --notebook <path> "<code>"
node "$OPEN_SCIENCE_NBCLI" status
The kernel is shared with the user's notebook panel. Variables you define stay live for the user, and variables they define are live for you. Do not restart the kernel unless asked.
This requires OPEN_SCIENCE_NBCLI and OPEN_SCIENCE_API_URL. They are present inside the Runcell Science app. If either is absent, say so and fall back to normal tools.