ipython / ipython/ipython

Feature request: easier workflow for PDF slides

オープン
#9,348 コメント 4 件 リアクション 5 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
16.8k
フォーク
4.5k
平均マージ
1日 2時間
マージ済み PR(30日)
6

説明

As far as I know, the current workflow for exporting slides to PDF is as follows (http://stackoverflow.com/a/34168948/2184571):

```
jupyter nbconvert --to slides --post serve /path/to/your/notebook.ipynb
```

Append `?print-pdf` to the URL:

```
http://127.0.0.1:8000/.slides.html?print-pdf
```

Finally, use browser's print dialog to print to a PDF file.

Would it be possible to simplify this? For instance, so that something like this would work:

```
jupyter nbconvert --to pdfslides /path/to/your/notebook.ipynb
```

or

```
jupyter nbconvert --to slides --post pdf /path/to/your/notebook.ipynb
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。