mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-08 23:03:55 -05:00
Notebooks use short names (tensor.ipynb, not 01_tensor.ipynb) but docs and Binder postBuild scripts used the prefixed form. This caused broken Binder links and incorrect paths in troubleshooting guides. Fixes: harvard-edge/cs249r_book#1176