Skip to content

PowerShell kernel is adding blank lines to all the output #159

Closed
@Jaykul

Description

@Jaykul

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:

image

Please complete the following:

  • OS
    • Windows 10
  • Frontend
    • nteract

Metadata

Metadata

Assignees

Labels

Area-PowerShellSpecific to PowerShellbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions