I am attempting to export to PDF a Jupyter notebook containing Greek letters, however, the exported PDF doesn't render the characters.
I have tried using, direct input (actually typing the characters in text), unicode u"\u03B8", and the syntax "\N{greek small letter theta}". All show the correct output in the Jupyter notebook after running the cell but neither appear in the exported PDF. I've tried multiple different characters and none of them show.
Don't know if it's relevant, but I'm using the jupyter/scipy-notebook running in Docker Toolbox.