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.88k stars 382 forks source link

Nteract hides values in VSCode #1268

Open marktoman opened 3 years ago

marktoman commented 3 years ago

Describe the bug

In the nteract cell output, hovering over a data point positioned at the upper half hides the values behind the cell edge (see the screenshot). This is the case for most charts. It makes nteract unusable since the actual values are not obtainable.

Which version of .NET Interactive are you using? 1.0.221505+e29a5169b998976335b389d825d6a99a08d58654

Screenshots

image

jonsequitur commented 2 years ago

The output is bounded by an IFRAME so this is a little difficult to fix in-place. One proposed solution that could work around this: https://github.com/microsoft/vscode/issues/143244