Jon Sequeira

Results 700 comments of Jon Sequeira

Others have reported this in #3813.

The terms mean slightly different things but I get that it might be unclear. I'll give this a read through. I'm not sure why the images don't work on nuget.org....

This sounds like a bug in the language server. The `language_info` node you pasted under Cause is the more correct one, per the `.ipynb` spec. Do you know which extension...

I confirmed that the bug is still there, so it's good to leave this open until there's a fix.

Currently you have to provide a custom action to replace the `HelpAction` entirely. The old `HelpBuilder` API is now internal. It was very complex and hard to evolve. You could...

The Polyglot Notebooks JavaScript kernel runs in the browser, not on the server.

Note that this only affects `.ipynb` files, not `.dib` files. Related: #3544

Did the combined cell not work correctly? The `.dib` format is a plain text format and the `#!kql-KustoKernel` magic commands are in effect "cell" separators. They should run, although there's...

Thanks. I didn't really understand what was going on in that screenshot. I think what's going on here is that everything is treated as Markdown after we see a `#!markdown`...

There are sometimes minor protocol implementation differences between different Jupyter kernels, and no special case code in .NET Interactive for different Jupyter kernels, so this is likely to be due...