簡體   English   中英

Jupyter筆記本幻燈片輸出

[英]Jupyter notebook slide output

我想在anaconda提示符中使用以下命令輸出jupyter筆記本。

jupyter nbconvert pythonjupyter.ipynb --to slides -- post serve
--SlidesExporter.reveal_theme=serif 
--SlidesExporter.reveal_scroll=True 
--SlidesExporter.reveal_transition=none

然而,它返回:

'--SlidesExporter.reveal_theme' is not recognized as an internal or external command, operable program or batch file.
'--SlidesExporter.reveal_scroll' is not recognized as an internal or external command, operable program or batch file.
'--SlidesExporter.reveal_transition' is not recognized as an internal or external command, operable program or batch file.

有解決方案嗎 似乎我需要設置路徑,但不知道我的路徑在哪里....

我解決了
將它們一起傳遞:

jupyter nbconvert pythonjupyter.ipynb --to slides --post serve --SlidesExporter.reveal_scroll=True

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM