get_notebook_content
Fetch notebook explanations and code from GitHub to help students understand exercises and answer code-specific questions.
Instructions
Fetch the actual content of a course notebook from GitHub.
Returns markdown explanations and (optionally) code cells. Use this when a student wants to understand what a notebook covers, needs help with an exercise, or asks about specific code. kind: 'intro' | 'practical' | 'solution' | 'bonus' | 'homework' (default: practical) include_code: set False for explanations only (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | practical | |
| module_id | Yes | ||
| include_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |