duyang76
duyang76
Sorry about the late reply. Hope you are doing well. My setting: remote git repo (bitbucket) and local git repo (cloned from remote in VS), and VS is configured to...
Is there any log I can check to get more hint on what could cause the issue?
Can someone take a look or provide some insight? The class definition is below. It runs fine. But if I create an instance in polyglot notebook, the kernel crashes due...
Can someone provide some thoughts?
I looked at the stack trace and source code, and found that the infinite loop is caused by the CreateForAnyEnumerable() in PlainTextFormatter{T}.cs (https://github.com/dotnet/interactive/blob/main/src/Microsoft.DotNet.Interactive.Formatting/PlainTextFormatter%7BT%7D.cs#L73). In particular, the IEnumerable look through around...
Thank you for quick response. I am writing from my phone because I cannot post from my company's computer. Please excuse any typos. The command is ```#!connect stdio --kernel-name rootProxy...
When I click the "select cell kernel" on the lower right corner of a new cell, the existing kernel (rootProxy) is not in the list. If I click "connect to...
This behavior works fine for me. It goes back to my original question: when I restart the notebook, how can I gracefully kill the process created by the ```#! connect```...
Got it. The dangling process is far more important to me. Is there an existing issue for this? If not, I will create one. The kernel chooser issue is very...
Thank you. I will change the title and update the original post.