Create a companion Jupyter notebook for a textbook chapter
/plugin marketplace add bradleyboehmke/brads-marketplace/plugin install bradleyboehmke-course-builder-course-builder@bradleyboehmke/brads-marketplace# Create Companion Notebook
Generate a Jupyter notebook that accompanies a textbook chapter, allowing students to explore concepts interactively.
## Process
1. **Invoke the course-architect agent** to create the notebook
2. The agent will:
- Ask which course this notebook is for
- Load the appropriate course profile
- Ask what chapter or topic this accompanies
- Generate a notebook that:
- Follows the chapter's structure
- Includes executable code examples
- Uses course-appropriate libraries
- Provides interactive explorations
- Includes exercises for...