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?
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?