Jon Sequeira

Results 700 comments of Jon Sequeira

Performance is now much closer to the previous version when run on a similar service tier and after enabling response compression.

It looks like you have a space before the `#r` line. Removing that space should solve it.

This older approach to the JavaScript kernel, used in Jupyter frontends including Binder, is being deprecated in favor of the approach used in Polyglot Notebooks, which I think shouldn't have...

Yes. The Polyglot Notebooks extension also works in GitHub Codespaces, which lets you share notebooks online with people who don't have VS Code installed. This uses the newer JavaScript kernel,...

It can be useful to configure logging (even if you're not using a local build of the tool), as shown here: https://github.com/dotnet/interactive/blob/main/DEVELOPER-GUIDE.md#use-a-local-build-of-the-dotnet-interactive-tool So just add the `--verbose --log-path _____` options...

> I don't recall how to select a different kernel in VSCode. Is that the what the `#!connect` command do ? Is there another way to select a kernel, or...

Note that this affects only `.ipynb` files and not `.dib` files. @DonJayamanne, does this ring any bells? It seems related to the removal of support for the `custom` metadata field...

I'm not able to reproduce this bug. Are you still seeing it?