Unable to download PDF

nbconvert failed: Inkscape executable not found

I get this error, and it prevents me from creating a document. Does it matter if my kernel is Julia or JuliaPro?

If so, how do I change the kernel?

It seems you need to install Inkscape.

I forgot about this post. I added inkscape, but still not getting things working

> ~\AppData\Local\Programs\Julia 1.5.3\bin\julia.exe -i --startup-file=yes --color=yes --project=@. ~\.julia\packages\IJulia\ljYVo\src\kernel.jl ~\AppData\Local\Temp\tmp-32216p8aKhQOtRqIJ.json
cwd: c:\Users\Brett\Documents\Tutorials and Tests
> C:\Program Files\Inkscape\bin\python.exe c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\pythonFiles\pyvsc-run-isolated.py -c "import ipykernel"
> C:\Program Files\Inkscape\bin\python.exe c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\pythonFiles\pyvsc-run-isolated.py -c "import ipykernel"
> C:\Program Files\Inkscape\bin\python.exe c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\pythonFiles\pyvsc-run-isolated.py -c "import jupyter"
> C:\Program Files\Inkscape\bin\python.exe c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\pythonFiles\pyvsc-run-isolated.py -c "import jupyter"
> C:\Program Files\Inkscape\bin\python.exe c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\pythonFiles\pyvsc-run-isolated.py -c "import notebook"
> C:\Program Files\Inkscape\bin\python.exe c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\pythonFiles\pyvsc-run-isolated.py -c "import notebook"
Error 2020-11-30 23:16:11: Install Missing Dependencies, Class name = f, completed in 3060ms, has a falsy return value, Return Value: undefined [Error: spawn cmd ENOENT
	at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
	at onErrorNT (internal/child_process.js:456:16)
	at processTicksAndRejections (internal/process/task_queues.js:81:21)] {
  errno: 'ENOENT',
  code: 'ENOENT',
  syscall: 'spawn cmd',
  path: 'cmd',
  spawnargs: [
    '/d',
    '/s',
    '/c',
    `"C:/Users/Brett/anaconda3/Scripts/activate && conda activate base && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\\Users\\Brett\\.vscode\\extensions\\ms-python.python-2020.11.371526539\\pythonFiles\\pyvsc-run-isolated.py c:/Users/Brett/.vscode/extensions/ms-python.python-2020.11.371526539/pythonFiles/printEnvVariables.py"`
  ],
  cmd: "C:/Users/Brett/anaconda3/Scripts/activate && conda activate base && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\\Users\\Brett\\.vscode\\extensions\\ms-python.python-2020.11.371526539\\pythonFiles\\pyvsc-run-isolated.py c:/Users/Brett/.vscode/extensions/ms-python.python-2020.11.371526539/pythonFiles/printEnvVariables.py"
}
Error 2020-11-30 23:16:11: Find kernel spec, Class name = T, completed in 6254ms, has a falsy return value, Arg 1: <Uri:c:\Users\Brett\Documents\Tutorials and Tests\Assignment 12.ipynb>, Arg 2: {"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":3},"orig_nbformat":2}, Arg 3: undefined, Arg 4: undefined, Return Value: undefined [Error: spawn cmd ENOENT
	at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
	at onErrorNT (internal/child_process.js:456:16)
	at processTicksAndRejections (internal/process/task_queues.js:81:21)] {
  errno: 'ENOENT',
  code: 'ENOENT',
  syscall: 'spawn cmd',
  path: 'cmd',
  spawnargs: [
    '/d',
    '/s',
    '/c',
    `"C:/Users/Brett/anaconda3/Scripts/activate && conda activate base && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\\Users\\Brett\\.vscode\\extensions\\ms-python.python-2020.11.371526539\\pythonFiles\\pyvsc-run-isolated.py c:/Users/Brett/.vscode/extensions/ms-python.python-2020.11.371526539/pythonFiles/printEnvVariables.py"`
  ],
  cmd: "C:/Users/Brett/anaconda3/Scripts/activate && conda activate base && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\\Users\\Brett\\.vscode\\extensions\\ms-python.python-2020.11.371526539\\pythonFiles\\pyvsc-run-isolated.py c:/Users/Brett/.vscode/extensions/ms-python.python-2020.11.371526539/pythonFiles/printEnvVariables.py"
}

I’ll look at it closer in the morning (11:30 here)