From the course: Exploring Data Science with .NET using Polyglot Notebooks & ML.NET

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Installing Polyglot Notebooks

Installing Polyglot Notebooks

- [Instructor] Here we are in Visual Studio Code or VS Code for short. In order to do anything with Polyglot Notebooks, we'll first need to install the Polyglot Notebooks Extension. We can do this by navigating to the sidebar and then searching for the Polyglot Notebooks Extension. Once we find that, we can either click Install or we can click into it to get more details. The details listed with this extension will change over time, and it does require that you have the .NET SDK installed. The version of .NET that's required will change over time, but at the time of this recording, it's version 8.0. Usually it's going to be the latest major version of .NET released. Check the note following this video for information on the current requirements for Polyglot Notebooks. Next, we'll click Install and that will install the Polyglot Notebooks Extension, including any other dependencies that Polyglot Notebooks has. With that installed, we're now ready to get started with our notebooks.

Contents