interactive icon indicating copy to clipboard operation
interactive copied to clipboard

VSC online run & render support

Open reslea opened this issue 4 years ago • 2 comments

VS Code online (github.dev) already supports Python (*.ipynb) notebooks run and render. Are there any plans to improve interaction to have the same possibilities? Are there any known steps to achieve this?

They claim using Pyodide as a WASM Python code runner, but we already have Blazor WASM that can run .NET as well.

reslea avatar Nov 29 '21 20:11 reslea

@reslea

Great idea, support rendering of Blazor Component in .NET interactive

e.g. [Feature Request] Directed network in 3D or [Feature Request] Directed network in 3D

msedge_lahSYjk5ug

GeorgeS2019 avatar Aug 13 '22 15:08 GeorgeS2019

We would like to do this eventually.

Some supporting work for this is in place in this project, which brings the Try .NET infrastructure into the .NET Interactive kernel protocol: https://github.com/dotnet/interactive/tree/main/src/Microsoft.DotNet.Interactive.CSharpProject.

jonsequitur avatar Sep 02 '22 22:09 jonsequitur