4

I want to download my jupyter notebook as pdf. At first, I was reminded that I have to install something, then I go to download page to install pandocs-1.15.2-windows. However, when I tried to download it again, another error message shows up: "nbconvert failed: 'ascii' codec can't decode byte 0xb4 in position 1: ordinal not in range(128)". How can I fix it? Did I download the wrong package?

Hao Zhang
  • 257
  • 3
  • 4
  • 15
  • Make sure you've also [installed a complete TeX environment](https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex), such as [MikTex](https://miktex.org/). That said, the error seems to imply to me that this may be a unicode/ascii conflict. – Ryan Nov 30 '17 at 22:02

1 Answers1

0

If you opened the notebook in iPython, it has option for download files to PDF pages.

DataEngineer
  • 396
  • 1
  • 10