Open gowestyang opened 6 years ago
Did it work for you? I've been having the same issue on both Windows 10 and Ubuntu 18.04
Also running Windows 10, WSL/Ubuntu 18.04 jupyter server with R kernel (no password, pre-specified token per Hydrogen's recommendations). Hydrogen works flawlessly, but the hydrogen-launcher simply cannot detect existing kernels under this configuration. Not sure what I'd have to do to get it working at this point.
Has anyone had any luck resolving this issue?
I'm running on Windows 10. Hydrogen works for me, and I can execute python code from editor. However, when I try to launch jupyter console (ctrl+shfit+p then type in the command), it says "Could not find jupyter or ipython".
My python is running on Anaconda. May I know how to resolve this? Thank you!
Added: my Anaconda was not on system path. I re-installed Anaconda and added it to the system path. Now the jupyter console started, but while I tried to run a command, it returned: RuntimeError: Kernel didn't respond to kernel_info_request
Thanks for reading my issue. I will just report this for information, while I'll work with other alternatives.