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
This commit is contained in:
Vijay Janapa Reddi
2025-07-12 15:19:23 -04:00
parent b316476995
commit 257b353e97

View File

@@ -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