vors / jupyter-powershell

PowerShell language kernel for Jupyter
MIT License
132 stars 26 forks source link

Lagging Results Again #33

Open SQLvariant opened 4 years ago

SQLvariant commented 4 years ago

The lagging results issue seemed to have disappeared for me with v0.1.1 but they are back for me when using v0.1.2 of the kernel.

I have created a Gist with a pair of PowerShell Notebooks which are regularly generating some form or lagging results for me. Please have a look: https://gist.github.com/SQLvariant/33cc78ba7c78f65015e22e6b06659352

As one example, sometimes the $SqlCred = (Get-Credential sa) command just hangs for me, and never completes. But it doesn't always hang, only sometimes. The only way I have found to get around that issue is to run a different command which does complete, and then come back to the command to set the credential variable. But even that workaround doesn't always work.