jupyter制作slide - nicebug/nicebug.github.io GitHub Wiki
使用jupyter notebook(ipynb)制作类似ppt文件:
jupyter nbconvert --to slides Python_Share.ipynb --reveal-prefix '//cdn.bootcss.com/reveal.js/3.2.0' --output Python_Share
- 使用别的theme,在html后加上相应的?theme=xxx "http://www.slideviper.oquanta.info/tutorial/slideshow_tutorial_slides.html?theme=sky"
- 使用别的过渡方式,transitions,在html后加上相应的?transition=xxx "http://www.slideviper.oquanta.info/tutorial/slideshow_tutorial_slides.html?transition=cube"