ipython / ipython/ipython

Feature request: easier workflow for PDF slides

Ouverte
#9,348 4 commentaires 5 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
16.8k
Forks
4.5k
Merge moyen
1 j 2 h
PR mergées (30 j)
6

Description

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
```

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.