We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b847905 commit cd6932bCopy full SHA for cd6932b
jupyter_server/gateway/connections.py
@@ -45,7 +45,7 @@ async def connect(self):
45
GatewayClient.instance().ws_url or "",
46
GatewayClient.instance().kernels_endpoint,
47
url_escape(self.kernel_id),
48
- "channels",
+ f"channels?session_id={self.session_id}",
49
)
50
if self.session_id:
51
ws_url += f"?session_id={url_escape(self.session_id)}"
0 commit comments