运行 幻灯片模式下的 Jupyter 细胞

Run Jupyter cells in slideshow mode

您可以通过 运行ning 在活动 html 设置中显示 Jupyter notebook :

$ jupyter nbconvert untitled.ipynb --to slides --post serve

有什么方法可以 运行 相同幻灯片格式的笔记本,以便 presentation/execution 您的细胞可以实时显示吗?

使用 Reveal.JS 查看 Jupyter 插件 RISE:

太棒了。