- Install the latest .NET 5 SDK.
- Install the latest Visual Studio Code.
- Install the .NET Interactive Notebooks extension from the marketplace. You can also download it directly in Visual Studio Code.
To begin using the Journey extension in a notebook, execute in a C# cell
#r "nuget: Interactive.Journey, *-*"
using Microsoft.DotNet.Interactive.Journey;
To see sample notebooks, refer to samples.