[PR #1306] [MERGED] #1305 [Bug] Labs lab00 cleanup, run 1 #8104

Closed
opened 2026-04-27 17:23:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1306
Author: @asgalon
Created: 4/9/2026
Status: Merged
Merged: 4/16/2026
Merged by: @profvjreddi

Base: devHead: feature/feature-1305


📝 Commits (2)

📊 Changes

1 file changed (+137 additions, -75 deletions)

View changed files

📝 labs/vol1/lab_00_introduction.py (+137 -75)

📄 Description

Summary

Replaces multiselect on check2 with checkbox list for usability, fixes blocked continuations. Maybe not the perfect solution, but one step closer

Area

  • Book (textbook content, figures, exercises)
  • TinyTorch (modules, tests, milestones)
  • StaffML (interview questions, challenges)
  • Kits (hardware labs)
  • Infrastructure (CI/CD, scripts, config)
  • Labs

Changes

  • Replaced multiselect on check2 with checkbox list for usability
  • Added Auxiliary method cell at the end to make the checkbox handling better readable
  • Fixed reactive behaviour on selections.

Testing

  • Rendered the book locally (quarto render)
  • Ran tests (pytest tests/)
  • Ran tito module test NN for affected module(s)
  • Manual verification (describe below)

Ran lab in firefox and chrome browsers

Related to #1305


By submitting this PR, you agree to release your contribution under the project's license.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1306 **Author:** [@asgalon](https://github.com/asgalon) **Created:** 4/9/2026 **Status:** ✅ Merged **Merged:** 4/16/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `feature/feature-1305` --- ### 📝 Commits (2) - [`cbd418c`](https://github.com/harvard-edge/cs249r_book/commit/cbd418c5b9f227bca5e72629da0ad3e3789eaf41) #1305 [Bug] Labs lab00 cleanup - [`4f458ca`](https://github.com/harvard-edge/cs249r_book/commit/4f458ca97c2d49adde2613f56e7daf5ae61f3900) ci: retrigger with workflow fix from #1344 ### 📊 Changes **1 file changed** (+137 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `labs/vol1/lab_00_introduction.py` (+137 -75) </details> ### 📄 Description ## Summary Replaces multiselect on check2 with checkbox list for usability, fixes blocked continuations. Maybe not the perfect solution, but one step closer ## Area <!-- Check the area(s) this PR affects: --> - [ ] Book (textbook content, figures, exercises) - [ ] TinyTorch (modules, tests, milestones) - [ ] StaffML (interview questions, challenges) - [ ] Kits (hardware labs) - [ ] Infrastructure (CI/CD, scripts, config) - [x] Labs ## Changes <!-- What changed and why? Bullet points are fine. --> - Replaced multiselect on check2 with checkbox list for usability - Added Auxiliary method cell at the end to make the checkbox handling better readable - Fixed reactive behaviour on selections. ## Testing <!-- How did you verify this works? --> - [ ] Rendered the book locally (`quarto render`) - [x] Ran tests (`pytest tests/`) - [ ] Ran `tito module test NN` for affected module(s) - [x] Manual verification (describe below) Ran lab in firefox and chrome browsers ## Related Issues <!-- Link any related issues: "Fixes #123" or "Related to #456" --> Related to #1305 --- *By submitting this PR, you agree to release your contribution under the project's license.* --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 17:23:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#8104