Sagemath in virtual box and latex
When running sagemath 2.7 in virtual box and export a notebook (using jupyter) to pdf I get an error message that pdflatex could not be found. By installing texlive, pdflatex was found but not all the latex packages.
How can I use the latex install on my window machine when export the notebook (in jupyter) to pdf?
By definition a virtual machine simulates a completely new environment to run an operative system. Nothing are shared between the host (windows in your case) and the virtual machine. You can possibly share files but certainly not programs (latex in your case).
One possibility that might work is
$ jupyter nbconvert --to pdf my_worksheet.ipynb