mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-07 21:31:02 -05:00
- Added locked standardized testing sections to autograd and optimizers modules - Fixed kernels module structure to match optimizers/training pattern - Added comprehensive VS Code setup guide for Jupytext editing - All 12 TinyTorch modules now have consistent testing framework - Cleaned up temporary development files
629 B
629 B
VS Code Jupytext Cell Visual Cues
Simple approach using built-in visual indicators to distinguish markdown from code cells.
Visual Cues:
- Markdown cells:
# %% [markdown]+ triple quotes (""") - Code cells:
# %%+ regular Python syntax
What you see:
- Cell markers clearly indicate cell type
- Triple quotes naturally stand out with string highlighting
- Syntax highlighting makes content type obvious
Files:
.vscode/settings.json- Basic Python project settings.vscode/extensions.json- Recommends Python extension
Clean, simple, and works reliably across all VS Code themes!