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. -
docker-imagecontains a Dockerfile that generates an image with the latest .NET Interactive and Jupyter. This lets you try out .NET Interactive's Jupyter experience without needing to install Jupyter directly. -
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. -
my bindercontains a Dockerfile that can be used as a template for deploying your notebooks along with the .NET Interactive tool using the Binder service.
If you're using Jupyter, the easiest way to run these samples, once you've installed the .NET Interactive Jupyter kernel, is to open your Jupyter-enabled terminal, change your working directory to the samples folder, and run jupyter lab.
If you're using the .NET Interactive Notebooks extension for Visual Studio Code, you can open the sample notebooks directly.