csharp-notebooks icon indicating copy to clipboard operation
csharp-notebooks copied to clipboard

Get started learning C# with C# notebooks powered by .NET Interactive and VS Code.

Results 24 csharp-notebooks issues
Sort by recently updated
recently updated
newest added

When I click [here](https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/E2E-Regression%20with%20Taxi%20Dataset.ipynb) I see ![image](https://user-images.githubusercontent.com/5226115/187093483-28f08a5b-6a86-4cad-9d7a-dfaf7a6e3201.png)

bug

Have VS2022 installed, installed the Notebook editor extension and just opened the getting started folder and getting the following I was able to build C# Projects with my VS2022 and...

- Add reference documentation links to classes like transforms and trainers. (i.e. [LightGBM](https://docs.microsoft.com/dotnet/api/microsoft.ml.trainers.lightgbm.lightgbmbinarytrainer?view=ml-dotnet)) - Include parameter names in method calls. (i.e. `mlContext.Data.TrainTestSplit(data,testFraction: 0.2)`) - Use real data for examples. It...

The machine learning notebooks reference Microsoft.ML version 2.0.0-preview.22356.1 from a private Azure DevOps server. This preview version of the Microsoft.ML package is not available from nuget.org making it hard to...

The [Training and AutoML notebook](https://ntbk.io/ml-03-training) is able to consume a lot of memory, causing to hang or crash other processes. Strangely enough, it usually works fine if you run the...

Thanks @andrasfuchs for trying out the notebooks and providing feedback: This feedback is specific to the [Training and AutoML notebook](https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/03-Training%20and%20AutoML.ipynb), but it's also good feedback in general to follow across...

Just noticed a small inconsistency, not sure if it's intentional. When I click on C# 101 notebook links, they open .net interactive in **vs code** (with python set ast the...

- [ ] Ensure Model Builder references are removed. - [ ] Link to appropriate reference sections - [ ] Spell check - [ ] Content - [x] Remove "Unknown...

high priority

The readme.md links that automatically open visual studio is a great experience if you have the notebook extension installed. However, if you don't have the notebook extension installed when you...

high priority