Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.35 KB

File metadata and controls

25 lines (14 loc) · 1.35 KB

This extension is currently in preview. Visual Studio Code Insiders is required. The Visual Studio Code notebook support that this extension uses is also in preview and design is ongoing, so the extension might not work.

.NET Interactive Notebooks

This extension adds support for using .NET Interactive in a Visual Studio Code notebook.

Getting Started

  1. Install the latest Visual Studio Code Insiders.

  2. Install the latest .NET 5 SDK

  3. Install the .NET Interactive Notebooks extension from the marketplace.

Opening and Creating notebooks

To open an existing .NET notebook, bring up the Command Palette(Ctrl+Shift+P) and select Open notebook. Now, navigate to a local .ipynb file.

opennotebook

To create a new notebook, open the Command Palette(Ctrl+Shift+P), and select Create new blank notebook. You can also create a new notebook with Ctrl+Shift+Alt+N key combination.

newnotebook