juno
juno copied to clipboard
Export to pdf not working when running jupyter from juno
Exporting notebook to pdf outputs pandoc not found error, when running jupyter from juno. When running jupyter from the command line, export to pdf works.
Any pdf export dependices (pandoc, mactex etc) are installed on my machine.
OS: MacOS Catalina 10.15.3
Where is pandoc installed?
Run:
which pandoc
Pandoc is installed in the following path
/usr/local/bin/pandoc
Thanks. I’ll dig into this.