vors / jupyter-powershell

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

multiline support #8

Closed vors closed 6 years ago

vors commented 6 years ago
vors commented 6 years ago

The issue is caused by https://stackoverflow.com/questions/37417613/powershell-fails-to-run-multi-line-commands-from-stdin/37418731

vors commented 6 years ago

I took first stab at it in 45c0869 , now we don't hang on completed multi-line commands.