Skip to content

Dangling kernel process from connect command #4067

@duyang76

Description

@duyang76

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions