interactive
interactive copied to clipboard
Problems in a Powershell kernel
Discussed in https://github.com/dotnet/interactive/discussions/3681
Originally posted by eosfor September 25, 2024 Hello @jonsequitur
There are 2 very annoying things in PS kernel I struggle with.
- First is that it is hard to stop execution of a Powershell script. Stop button simply does nothing. In PS console same script stops instantly when you hit ctrl+c, but somehow the kernel does not stop it on a stop button. The only viable option is to restart the kernel.
- Second is that when there is a default output, generated by a command, and if there is a lot of it produced, rendering of it takes ages.
- Third is that on mac (2017 Intel) after closing VScode or a notebook file,
dotnetprocess stays running consuming 100% CPU (i guess just a single core)
So, perhaps i can try to do smth with it, but due to lack of dev experience it is hard to understand where to start looking. maybe you can give me a clue @jonsequitur