Create a lab assignment Jupyter notebook
/plugin marketplace add bradleyboehmke/brads-marketplace/plugin install bradleyboehmke-course-builder-course-builder@bradleyboehmke/brads-marketplace# Create Lab Notebook Generate a Jupyter notebook for a hands-on lab assignment where students apply concepts to solve problems. ## Interactive Workflow This command uses a numbered-option interactive workflow to gather requirements and create the lab notebook. ### Step 1: Course Selection Ask the user which course this lab is for: **Course Mappings:** - BANA 4080 → `bana-4080` profile (inherits from `intro-to-data-mining`) - Undergraduate - BANA 6043 → `bana-6043` profile (inherits from `statistical-computing`) - Graduate - BANA 7075 → `bana-7075` profile (inherits from `ml-in-busi...