mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-03 00:21:14 -05:00
🔧 Notebook Compatibility: - Fix __file__ NameError in notebook environment - Add try/except for file path detection - Handle both script and notebook execution contexts - Use os.getcwd() fallback when __file__ not available 📓 Notebook Execution: - Execute setup_dev.ipynb with all outputs generated - Beautiful ASCII art displays properly in notebook - All test cells show expected results - Student-friendly interactive experience 🎨 ASCII Art Display: - Stunning flame ASCII art renders perfectly in notebook - Full profile display with Tiny🔥Torch branding - Interactive testing cells with clear outputs - Students can see the ASCII art immediately 🧪 Testing: - All 17 tests still pass after notebook conversion - File loading works in both environments - Comprehensive coverage maintained - Ready for student use Students can now run the setup_dev.ipynb notebook and immediately see the beautiful ASCII art output, making their first TinyTorch experience memorable and engaging