When using NET Interactive Notebooks, is there a way to make the links in the output of a code cell clickable?
For example:
var a = new [] {"https://www.stackoverflow.com", "https://example.com"};
a
When using NET Interactive Notebooks, is there a way to make the links in the output of a code cell clickable?
For example:
var a = new [] {"https://www.stackoverflow.com", "https://example.com"};
a