When you would like to save your Jupyter notebook as a PDF file, and you encouter the following problems on Ubuntu OS. This post is for you.
The solution:
XeLatex is a part of texlive-xetex
package.
To install on Ubuntu, run the following command:
$ sudo apt-get install texlive-xetex
Now you can download your ipynb file as PDF!