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 confused on the "key" parameter when creating KernelConnectionProperties. which config does this "key" exactly indicate?
is it c.NotebookNotary.secret? c.GatewayClient.client_key? c.NotebookApp.keyfile? c.Session.key?
In addition, how do you tell if a client is connected to the kernel? I run the code above and the console is logging "INFO: Loop started." but nothing from code execution. I really appreciate the code you open sourced. Thank you!
Since there's no doc about the code, do you mind writing a small example code for this zmqJupyterClient?
The text was updated successfully, but these errors were encountered:
I confused on the "key" parameter when creating KernelConnectionProperties. which config does this "key" exactly indicate?
is it c.NotebookNotary.secret? c.GatewayClient.client_key? c.NotebookApp.keyfile? c.Session.key?
In addition, how do you tell if a client is connected to the kernel? I run the code above and the console is logging "INFO: Loop started." but nothing from code execution. I really appreciate the code you open sourced. Thank you!
Since there's no doc about the code, do you mind writing a small example code for this zmqJupyterClient?
The text was updated successfully, but these errors were encountered: