Jon Sequeira

Results 700 comments of Jon Sequeira

@BrianL-STCU Your VS Code install looks to be somewhat out of date. Are you able to update to the latest VS Code and Polyglot Notebooks extension versions, and install the...

Some of this is possible now. > Linqpad style Dump() to html. You can use the `Display` extension method to display an output in the notebook. The related `ToDisplayString` extension...

Julia should already work, though we're obviously missing documentation for it. .NET Interactive's Python and R support are via the Jupyter protocol, so other languages that have dedicated Jupyter kernels...

I'll make some docs updates and leave this issue open as the updated title reflects something that hasn't been done. There isn't currently support for Julia variable sharing. We'd happily...

It's a good suggestion to make this extensible. @shibbas might have some thoughts on that. Documentation for developers is here: https://github.com/dotnet/interactive/blob/main/DEVELOPER-GUIDE.md

The core .NET Interactive package (which includes `ProxyKernel` infrastructure) now targets Netstandard 2.0. https://www.nuget.org/packages/Microsoft.DotNet.Interactive

@colombod Is there an external issue this should reference?

Not currently. The LSP host doesn't support C# Script or polyglot. The C# language services in .NET Interactive use a custom workspace on top of Roslyn. A polyglot LSP provider...