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
The IP in the connection file is what clients use to connect. I think it's the nature of sockets that you can only bind on the machine you're running on. If you need the sockets exposed by another system, you'd need to set up some kind of forwarding. @minrk can tell you more.
When I run
python -m ipykernel -f <connection file>
, the ZMQ ports are bound on localhost. Is there any way to specify a different host?I tried changing the IP key in the connection.json file, but it didn't work.
The text was updated successfully, but these errors were encountered: