I had Jupyter working for the first time yesterday, and was able use the latest version of Julia Pro, to run most files. Today though, It says something about unable to spawn ENOENT, and none of the features work.
Brett, you need to supply more information for people to be able to help you. At the absolute minimum, showing us the actual error message will go a long way.
I hope this doesn’t sound rude, but it feels like a pattern that you consistently do not provide enough information to make it easy for people to help you, despite people consistently instructing you on what sort of information you should be providing when you run into these sorts of issues.
Edit: I see you have provided the error message now, thank you.
You should be familiar with when you need to do using Pkg before performing package commands. You are aware that in order for Pkg.add("IJulia") to work you first have to run using Pkg or import Pkg?
No I hadn’t the error about spawning went away. Now I have one about nbconvert
Error 2020-11-23 14:29:30: Export failed [Error: Importing notebooks requires Jupyter nbconvert to be installed.
at u.getExportInterpreter (c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\out\client\extension.js:32:528426)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
at async _.export (c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\out\client\extension.js:49:256389)
at async m.export (c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.11.372831992\out\client\extension.js:32:256898)]
I tried to install nbconvert with conda, and it said it was already installed.
I was using mouse commands, I’ll try some keword commands and get back to you. So far, I’m able to get to the save window, but when I press the export button, I get a notice that the export has failed.
Ok, I can try that. I thought it started with Julia Pro, but now when I look at the options, the old option is Julia 1.4.0 . I can try that. I have 1.5.3 so I should be able to set up an environment path.