-
Notifications
You must be signed in to change notification settings - Fork 423
Description
The package and version I'm asking about
Version: 1.0.6323010
OS: Windows
Question
I'm trying to create an out-of-process csharp kernel and use it side by side with the default (in-process) csharp kernel. The purpose is to show the results from two sets of binaries in one notebook.
I was able to start the process using either StdIoKernelConnector class or "#!connect studio" magic command. But I was not able to figure out 1) how to send the read/write from cells to connector, and 2) how to gracefully kill the new process when restarting the notebook.
It would be great if someone can provide some guidance.
Thank you
Update
The #!connect studio magic command creates a new kernel in a new process as expected. However, the new process doesn't go away when the notebook is restarted.