dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.9k stars 387 forks source link

Printing values from R Type Provider prints garbled output #3278

Open general-rishkin opened 1 year ago

general-rishkin commented 1 year ago

Describe the bug

I am trying to print out values from a variable using R Type Provider (see the attached image) but the output shows the correct values in addition to some unicode characters, which detracts from the experience. The screenshot shows the output in an interactive notebook (.dib) in VS Code.

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ): Version: 1.0.451105+4f6017e3674e56fe8b5786ce5b0b846d63d9d2f6

Library version: 1.0.0-beta.23511.5+4f6017e3674e56fe8b5786ce5b0b846d63d9d2f6

Build date: 2023-10-12T01:52:24.0000000Z

Screenshots

Picture1

colombod commented 1 year ago

@shibbas do you have any suggestions?

nhirschey commented 11 months ago

This isn't notebook related. It's a known issue with RProvider in recent versions of R on windows. See https://github.com/fslaborg/RProvider/issues/224#issuecomment-1108298204