I've tried to provide the path of the Jupyter exe file using the following command:
(base) PS C:\Windows\system32> jupyter --data-dir
> C:\Users\yashi\AppData\Roaming\jupyter
Then, I've tried to register IRacket with Jupyter using the --jupyter-exe flag:
PS C:\Windows\system32> raco iracket install --jupyter-exe C:\Users\yashi\AppData\Roaming\jupyter
> Received non-zero exit code from jupyter command.
I've tried to provide the path of the Jupyter exe file using the following command:
Then, I've tried to register IRacket with Jupyter using the
--jupyter-exeflag: