Jon Sequeira
Jon Sequeira
Could you post the output of `dotnet --info`?
@seifmostafa73, could make sure you're using the most recent version of Polyglot Notebooks and if the issue is still occurring, consider updating your SDK .NET to the latest non-prerelease version.
I haven't been able to reproduce this issue. Can you still reproduce it?
I'm still unable to repro the issue. I wonder if there's something else in your setup that's interfering.
Ah, I see. Thanks for clarifying. Yes, those settings repro the issue for me.
Recent improvements in #2982 might have improved this.
Cancellation is best effort. Any code path that's not checking the `CancellationToken` will simply continue to run. An API to actually force a stop (a kind of replacement for the...
There isn't. The issue with output being visible is here and we're working on a fix: #3257.
Is anyone seeing this happen when not running in a dev container?
I was unaware that the Autodetect feature would change that value, and it's clearly putting the notebook into an unexpected state. The intended values that can be selected there are...