ECE 454 notes
To see slides, do
cd tut/
python -m http.server 8080
Then you can view it on http://localhost:8080/
You can change the following code in the index.html
to see slides for different
weeks.
var slideshow = remark.create({
sourceUrl: 'week3.md'
});
Huanyi Chen [email protected]