Files
TinyTorch/README_VSCODE.md
Vijay Janapa Reddi 1d49b824b0 feat: Complete standardized testing implementation and VS Code improvements
- 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
2025-07-14 14:16:06 -04:00

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!