mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-28 14:12:53 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user