添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

So for the last almost year and a half, I have taught myself enough Python to work within the infrastructure of my company. I am trying to expand my knowledge of programming locally.

I am in the process of creating a training on NumPy using just Jupyter notebooks, but when I try to convert to PDF I get an error message with 500 server error:

nbconvert failed: xelatex not found on PATH, if you have not installed xelatex you may need to do so. Find further instructions at https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex .

I went to the page and installed all of the things ....

But to no avail.

Windows 10, anaconda distribution, python 3

I tried doing it in the anaconda prompt and got this ...

(base) C:\WINDOWS\system32>cd "C:\Users\Kat\Documents\Programming\repo\TrainingUsingJupyter\NumPy\Exercise Answers"

(base) C:\Users\Kat\Documents\Programming\repo\TrainingUsingJupyter\NumPy\Exercise Answers>jupyter ntbconvert --to pdf "Basic NumPy Training 1 - ANSWERS - Copy.ipynb"
Error executing Jupyter command 'ntbconvert': [Errno 'jupyter-ntbconvert' not found] 2

(base) C:\Users\Kat\Documents\Programming\repo\TrainingUsingJupyter\NumPy\Exercise Answers>