When trying to install the iracket kernel, it throws
cannot find jupyter executable
I already put python and racket in the PATH, I don't know if it helps but when entering the command raco iracket check it throws me
IRacket install-history file: "C : \\ Users \\ lenovo \\ AppData \\ Roaming \\ Racket \\ iracket.rktd "
file exists ?: no
Cannot find jupyter executable.
my computer is windows 10. i use pip to install jupyter
The iracket install command needs to run the
jupyter.execommand to find the directory where Jupyter kernels are stored. So you need to find where pip installedjupyter.exeand then add the directory containingjupyter.exeto your PATH, or you need to run the iracket install script withraco iracket install --jupypter-exe path-to-jupyter.exe.