SandDance extension
I’m a long-time LINQPad user, but in the past I occasionally used VS Code Polyglot Notebooks for specific tasks. While I much prefer the LINQPad experience, there is one specific feature from that ecosystem I’d love to see here: SandDance integration.
SandDance provides incredible high-density data visualizations where every row is represented as an interactive element. It makes exploring large datasets visually much more intuitive than standard charts.
Is there any path toward supporting SandDance, or is it possible to use it today in some way by using the dump functionality?
Best Answer
-
According to Sonnet, this is caused by the use of iframes in Safari. Here's the suggested fix:
Answers
-
Have you asked LINQPad's AI for help? I asked it to demo SandDance in LINQPad and this is what it came up with:
https://share.linqpad.net/akd7pkvj.linqIs this what you're after?
-
I've tried this before, but the same thing happened when I ran your script; "⌛️ Loading SandDance..." in the dump output, and it opened a blank page in chrome: https://microsoft.github.io/SandDance/embed/v4/sanddance-embed.html
Using LinqPad on Mac OS, version 9.8.7 (beta)
-
It works! I'll have a ton of fun with this, thanks Joe! 😄
