Closed
Description
PowerShell kernel adds blank lines
- .NET Jupyter Notebook
Every output has two line breaks added to it.
Note that this happens even with -nonewline
so if I Write-Host "Hello" -NoNewLine; Write-Host "World"
instead of ending up with "Hello World" on one line, they're actually separated by a blank line. In fact, it happens to every output, including things that are just being output through the formatter:
Please complete the following:
- OS
- Windows 10
- Frontend
- nteract