Convert Jupyter Notebooks to LaTeX with Greek Support (using XeLaTeX)
Install Greek LaTeX support from here
Install from setup.py
python3 setup.py install
Or from PyPi with pip3
pip3 install jupyter-greek-latex
Example Usage
jupyter nbconvert foo.ipynb --to latex && jupyter-greek-latex.py <foo.tex >result.tex
With compilation using xelatex
jupyter nbconvert foo.ipynb --to latex && jupyter-greek-latex.py <foo.tex | xelatex