vors / jupyter-powershell

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

Comment mess up the output #10

Closed vors closed 4 years ago

vors commented 6 years ago

Try create few cells with comments on top of them

image

chlafreniere commented 4 years ago

We've got some folks running into this issue. Would it be best to just not pass commented lines to powershell, or is there a sneaky PS workaround like the . { } that we can leverage 😄?

vors commented 4 years ago

Is it still happening with the . {} hack?

chlafreniere commented 4 years ago

Spoke too soon. Looks like it's fixed now with the . {} hack

vors commented 4 years ago

sweet