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

slide例子