You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,14 @@ Welcome to the home of .NET interactive notebooks for C#!
4
4
5
5
## How to Install
6
6
7
+
### VS Code
7
8
1. Download the .NET Coding Pack for VS Code for [Windows](https://aka.ms/dotnet-coding-pack-win) or [macOS](https://aka.ms/dotnet-coding-pack-mac).
8
9
2. Install the [.NET Interactive Notebooks](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) extension.
9
10
11
+
### Visual Studio
12
+
1. Download and install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
13
+
2. Download and install [Notebook Editor Extension](https://marketplace.visualstudio.com/items?itemName=MLNET.notebook)
14
+
10
15
For more information and resources, visit [Learn to code C#](https://dotnet.microsoft.com/learntocode).
11
16
12
17
## C# 101
@@ -31,6 +36,37 @@ Download or clone this repo and open the `csharp-101` folder in VS Code to get s
31
36
14 | Methods and Members | [14 Notebook](https://ntbk.io/csharp101-notebook14) | [14 Video](https://www.youtube.com/watch?v=xLhm3bEG__c&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=17) | [Object Oriented Coding in C#](https://docs.microsoft.com/dotnet/csharp/fundamentals/tutorials/classes?WT.mc_id=csharpnotebook-35129-website)
32
37
15 | Methods and Exceptions | [15 Notebook](https://ntbk.io/csharp101-notebook15) | [15 Video](https://www.youtube.com/watch?v=8YsoBBiVVzQ&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=18) | [Object Oriented Coding in C#](https://docs.microsoft.com/dotnet/csharp/fundamentals/tutorials/classes?WT.mc_id=csharpnotebook-35129-website)
33
38
39
+
## Machine Learning
40
+
41
+
Download or clone this repo and open the `machine-learning` folder in Visual Studio 2022 to get started with the machine-learning notebooks. Or, if you want just tap on one of the Notebook links below and automatically have it open in Visual Studio!
42
+
43
+
**Links below require [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Notebook Editor Extension](https://marketplace.visualstudio.com/items?itemName=MLNET.notebook) 0.3.4 or greater**
0 commit comments