【问题标题】:How do you install reveal.js so that jupyter and nbpresent can use it?你如何安装reveal.js 以便jupyter 和nbpresent 可以使用它?
【发布时间】:2016-07-08 18:15:24
【问题描述】:

我有使用 IPython Notebook 的经验,但刚刚升级到带有 nbpresent 的 Jupyter 4,我想使用reveal.js 来制作幻灯片。

如何将reveal.js 合并到我的笔记本幻灯片中?

【问题讨论】:

标签: jupyter reveal.js


【解决方案1】:

最常见的方法是使用 nbconvert:

jupyter nbconvert presentation.ipynb --to slides --post serve

有关详细信息,请参阅nbconvert documentation

只有在演示期间需要在内核上执行命令时,你才会使用 RISE。

【讨论】:

    猜你喜欢
    • 2010-11-07
    • 2019-02-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多