vors / jupyter-powershell

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

No printing of intermediate results. #37

Closed lerchdude closed 3 years ago

lerchdude commented 4 years ago

Something like:

Write-Output "Hello"
Start-Sleep -Seconds 2

Will wait for the sleep to complete before printing "Hello".

Using version 0.1.3 of the kernel in a notebook running in azuredatastudio-insiders 1.16.0-insider

lerchdude commented 4 years ago

@chlafreniere Let me know if I should file this to ADS instead.

lerchdude commented 3 years ago

@VasuBhog looks like you just fixed this!

VasuBhog commented 3 years ago

@lerchdude Yup! The PowerShell kernel will support interactive streaming output that will be announced in the October release of ADS next week! (should be able to use it now as well 👍 )

lerchdude commented 3 years ago

Okay cool can you link #39 to this issue and close it?