Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 932 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 932 Bytes

.NET Interactive Samples

This folder contains a number of samples that you can use to explore features of .NET Interactive.

  • connect-wpf shows 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.

  • ExtensionLab contains notebooks demonstrating some of the features in the Microsoft.DotNet.Interactive.ExtensionLab package.

  • extensions contains sample projects that provide examples of how to create shareable .NET Interactive extensions and publish them using NuGet packages.

  • simple-fsharp-console demonstrates the most basic use of .NET Interactive: it is a console app, executing user's commands and printing the result.