Welcome to the home of .NET interactive notebooks for C#!
- Download the .NET Coding Pack for VS Code for Windows or macOS.
- Install the .NET Interactive Notebooks extension.
- Download and install Visual Studio 2022
- Download and install Notebook Editor Extension
For more information and resources, visit Learn to code C#.
Download or clone this repo and open the csharp-101
folder in VS Code to get started with the C# 101 notebooks. Or, if you want just tap on one of the Notebook links below and automatically have it open in VS Code!
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!
Links below require Visual Studio 2022 and Notebook Editor Extension 0.3.4 or greater
# | Topic | VS Notebook Link | Github Link |
---|---|---|---|
1 | Intro to Machine Learning | 01 Notebook | 01 Notebook |
2 | Data Prep and Feature Engineering | 02 Notebook | 02 Notebook |
3 | Training and AutoML | 03 Notebook | 03 Notebook |
4 | Model Evaluation | 04 Notebook | 04 Notebook |
# | Topic | VS Notebook Link | Github Link |
---|---|---|---|
E2E | Classification using AutoML (Iris Dataset) | Iris E2E AutoML | Iris E2E AutoML |
E2E | Forecasting using Regression (Luna Dataset) | Luna E2E Regression | Luna E2E Regression |
E2E | Forecasting using SSA (Luna Dataset) | Luna E2E SSA | Luna E2E SSA |
E2E | Regression using AutoML (Taxi Dataset) | Taxi E2E AutoML | Taxi E2E AutoML |
E2E | Text Classification API (Yelp Dataset) | Text Classification API | Text Classification API |
# | Topic | VS Notebook Link | Github Link |
---|---|---|---|
REF | Data Processing with DataFrame | Data Frame | Data Frame |
REF | Graphs and Visualizations | Visualizations | Visualizations |
REF | Kaggle Competitions (Titanic Dataset) | Kaggle | Kaggle |
.NET Interative Notebooks for C# is a .NET Foundation project.
There are many .NET related projects on GitHub.
- .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
- ASP.NET Core home - the best place to start learning about ASP.NET Core.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.
.NET (including the csharp-notebooks repo) is licensed under the MIT license.