VSC online run & render support
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
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

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.