We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to use Atom's Hydrogen plugin.
It's not working & I tracked it down to the control_port not being open.
control_port
Using Wireshark you can see how Hydrogen keeps trying to connect to the control_port, but since it's not open then it doesn't work.
The plugin runs iruby like this:
iruby kernel /run/user/1000/jupyter/kernel-1668f7b9-c2c3-431b-99cb-2acabe4a00de.json
Where the json file contains:
{ "version": 5, "key": "9b96aefa-77ba-4ac3-9178-2f13872ffe5e", "signature_scheme": "hmac-sha256", "transport": "tcp", "ip": "127.0.0.1", "hb_port": 9000, "control_port": 9001, "shell_port": 9002, "stdin_port": 9003, "iopub_port": 9004 }
Checking with netstat, all ports are open but 9001. Changing the port number to something else doesn't help.
netstat
Ruby Version:
Gems:
It would be nice if we can get this to work :)
Any ideas?
The text was updated successfully, but these errors were encountered:
Hello @matugm.
IRuby doesn't have a control port yet. #185
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to use Atom's Hydrogen plugin.
It's not working & I tracked it down to the
control_port
not being open.Using Wireshark you can see how Hydrogen keeps trying to connect to the
control_port
, but since it's not open then it doesn't work.The plugin runs iruby like this:
Where the json file contains:
Checking with
netstat
, all ports are open but 9001. Changing the port number to something else doesn't help.Ruby Version:
Gems:
It would be nice if we can get this to work :)
Any ideas?
The text was updated successfully, but these errors were encountered: