Bot for ipy2pdf

ipy2pdf
Script to convert notebook.ipynb, containing russian/cyrrilic symbols, into notebook.pdf.
| Installation | Usage | Output |
|---|---|---|
python install.py |
ipy2pdf notebook.ipynb |
notebook.pdf |
That’s easy.
Telegram-bot is available at @ipynbot
Just send notebook.ipynb to him.
Requirements
You need to have pdflatex already installed on your system. And of course jupyter.
On my system I have MacTeX installed.
In case of troubles
This script executes following commands:
jupyter nbconvert <>.ipynb --to latex- Add line
\usepackage[T2A]{fontenc}after\usepackage[T1]{fontenc} pdflatex -interaction=nonstopmode <>.tex- Removes some logs and temporary files/directories
I appreciate any kind of feedback.
Leave a comment