Skip to content

Commit 5755c3c

Browse files
committed
2 parents d41114e + ae927de commit 5755c3c

File tree

3 files changed

+93
-123
lines changed

3 files changed

+93
-123
lines changed

.github/workflows/publish_website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
mkdir temp
2727
cp -r fig/ temp/fig/
28-
jupyter nbconvert tutorial.ipynb --to slides
28+
jupyter nbconvert tutorial.ipynb --to slides --SlidesExporter.reveal_scroll=True
2929
mv tutorial.slides.html temp/index.html
3030
ls -R temp
3131

tutorial.ipynb

Lines changed: 33 additions & 63 deletions
Large diffs are not rendered by default.

tutorial.slides.html

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)