-
Notifications
You must be signed in to change notification settings - Fork 389
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION]: Can .NET interactive be embedded in a Web Application? #800
Comments
Yes. There are a number of packages on NuGet and you can see an embedding example in this sample. |
We are working on exposing the tools to configure your aspnet host with .NET Interactive in PR #802 |
Thank you! |
@colombod aspnet host PR mentioned above seems to be merged now however there is no sample yet/blog/tutorial about it? |
Consuming .NET Interactive from a web page is not hard to begin but crafting a good experience takes time. We do not have yet documentation or tutorial for it but you can take a peak at a simple demo I have built here. That is not official sample and would love your feedback, maybe you could help building a simple demo? |
Thanks, I will try it. I can also guess that definitely there will be some blazor-flavour at some point. |
You can already use any other kernel for .NET Interactive. That app has the same engine as the VSCode, Jupiter, and Jupiterlab integration. You can access the sharp, fsharp, powershell and js languages. To have same functionality as the code spaces you might want to look at the nteract SDK to create your frontend. Wiring up Monaco editor could be complex but I would not be surprised if the nteract ecosystem already has a Monaco integration |
Is it feasible to make .NET interactive hostable within Blazor Webassembly so we could make .NET interactive sharing e.g. TorchSharp data science tutorials/examples available through Github Pages |
A WASM-based kernel is feasible and is something we plan to investigate. Try .NET uses WASM today, so we'll look into building one or more new subkernels that can produce and run WASM along similar lines. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi there,
Does this library be embedded in a web application developed in ASP.NET/Angular/React?
Thanks
The text was updated successfully, but these errors were encountered: