Zhen Xun

Results 4 comments of Zhen Xun

Thanks for your reply, how do I get all the kernels from the jupyter server, e.g. which api should I use?? I've seen examples, how does it determine which kernel...

Thanks, I will try it.

I use the defaultKernelName to select the kernel, but this doesn't seem to work, it's always use default kernel. ``` if (kernelManager) { const kernel = new Kernel({ kernelManager, kernelName:...

Thank you very much, I will try this example.