This folder contains a number of samples that you can use to explore features of .NET Interactive.
-
connect-wpfshows how you can embed .NET Interactive kernels within a .NET Core application and connect to them from a notebook. You can then use code to inspect, visualize, and change application state. -
ExtensionLabcontains notebooks demonstrating some of the features in the Microsoft.DotNet.Interactive.ExtensionLab package. -
extensionscontains sample projects that provide examples of how to create shareable .NET Interactive extensions and publish them using NuGet packages. -
simple-fsharp-consoledemonstrates the most basic use of .NET Interactive: it is a console app, executing user's commands and printing the result.