From 20cbfda80a9263cac5d51ff6b2821ea2aeffe8c8 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sat, 12 Jul 2025 15:19:23 -0400 Subject: [PATCH] Add proper NBGrader metadata to all cells - Added metadata to setup-imports cell: grade=false, solution=false, task=false - All cells now have proper NBGrader metadata following tensor module pattern - Maintains consistent metadata structure across all cells - Ensures proper NBGrader processing and student version generation - Follows professional NBGrader best practices for educational content --- assignments/source/00_setup/setup_dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/source/00_setup/setup_dev.py b/assignments/source/00_setup/setup_dev.py index 6566c4dc..0d614844 100644 --- a/assignments/source/00_setup/setup_dev.py +++ b/assignments/source/00_setup/setup_dev.py @@ -22,7 +22,7 @@ Welcome to TinyTorch! This setup module configures your personal TinyTorch insta - Understand solution blocks, hidden tests, and automated grading """ -# %% +# %% nbgrader={"grade": false, "grade_id": "setup-imports", "locked": false, "schema_version": 3, "solution": false, "task": false} #| default_exp core.setup # Setup and imports