When I was trying to save jupyter notebook as PDF Below commands works for me:
pip install nbconvert
then:
sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic
Taken reference from:
https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex.