Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 772 Bytes

File metadata and controls

17 lines (13 loc) · 772 Bytes

Getting Started with Journey

Prerequisites

  1. Install the latest .NET 5 SDK.
  2. Install the latest Visual Studio Code.
  3. Install the .NET Interactive Notebooks extension from the marketplace. You can also download it directly in Visual Studio Code.

Using the Journey extension

To begin using the Journey extension in a notebook, execute in a C# cell

#r "nuget: Interactive.Journey, *-*"
using Microsoft.DotNet.Interactive.Journey;

Sample Notebook

To see sample notebooks, refer to samples.