Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 976 Bytes

File metadata and controls

19 lines (11 loc) · 976 Bytes

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 .NET Interactive Notebooks extension from the marketplace.

  3. To create a new notebook, in Visual Studio Code, create a file with the extension .dib

    or

    To convert an existing Jupyter notebook, invoke the VS Code command .NET Interactive: Convert Jupyter notebook (.ipynb) to .NET Interactive notebook, then open the resulting file.