Jon Sequeira

Results 700 comments of Jon Sequeira

Thanks, @michael-hawker!

This appears to be working for me, using the same version. ![Image](https://github.com/user-attachments/assets/dd40a61b-7c37-43d7-bed9-89bac74093d7) Could you try restarting VS Code and if the same issue persists, please send a screen shot of...

@shyamnamboodiripad I don't think this is the same issue.

The `dotnet try` tool is no longer supported. The README should be updated to reflect that.

Could you please provide a link to the sample?

Could you provide some logs? You can enable logging by editing the Polyglot Notebooks extension's settings for `Kernel Transport Args` and adding the following: ```diff "dotnet-interactive.kernelTransportArgs": [ "{dotnet_path}", "tool", "run",...

I suspect this isn't specific to the `dotnet-interactive` tool, but might be related to your NuGet config. Maybe a few hints here? https://stackoverflow.com/questions/74147084/cannot-install-anything-using-dotnet-tool-install-command

Polyglot Notebooks has support for adding languages at runtime as [child Jupyter kernels](https://github.com/dotnet/interactive/blob/main/docs/jupyter-in-polyglot-notebooks.md) (which isn't specific to just Python and R), and there's a C++ Juptyer kernel: https://github.com/jupyter-xeus/xeus-cling So this...

@michael-hawker This is unrelated to the original issue. The repo has been updated to use the new magic command API (#3567) so it will only run in VS Code Insiders...

Could you provide a screen shot of the entire VS Code window?