ECE 356 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: 'tut06.md'
});
- Press
F
to enter fullscreen mode - Press
P
to enter presenter mode - Press
H
to see all slide show commands
Huanyi Chen [email protected]