Error executing Jupyter command ‘kernelspec’: [Errno ‘jupyter-kernelspec’ not found] 2
│ ImportError: DLL load failed: The specified module could not be found.
ERROR: LoadError: failed process: Process('C:\Users\jaiki\.julia\packages\Conda\m7vem\deps\usr\python.exe' 'C:\Users\jaiki\.julia\packages\Conda\m7vem\deps\usr\Scripts\jupyter-kernelspec-script.py' install --replace --user 'C:\Users\jaiki\AppData\Local\Temp\julia-1.0'
, ProcessExited(1)) [1]
can you descibe the process you are following?
hellemo
3
I experienced the same problem. Seems to be fixed in Conda#master:
https://github.com/JuliaPy/Conda.jl/pull/124
Adding Conda#master, deleting the Conda folder and rebuilding IJulia worked for me.
I am using normal python 3.7 (not conda) and it works fine on my win 10 64bit PC.
hellemo
5
The normal install worked fine on Win10 for me, not on Win7 (where I did as described above).