You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: