interactive
interactive copied to clipboard
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways y...
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...
As .NET is bringing the app.cs capability so I thought to ask there will be a convergence in terms of syntax? and when we will be getting .NET support?
### Describe the bug Accessing the [`KeyValueStoreKernel.KernelSpecifierDirective`] property more than once causes an `ArgumentException` due to duplicate parameter registration. Each time the `KeyValueStoreKernel.KernelSpecifierDirective` getter is called (see [KeyValueStoreKernel.cs, line 75](https://github.com/dotnet/interactive/blob/main/src/Microsoft.DotNet.Interactive/KeyValueStoreKernel.cs#L75)),...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together. Updates `js-yaml` from 4.1.0 to 4.1.1 Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue...
**The package and version I'm asking about**: I am using the Polyglot Notebooks extension, using `#!about` I get ``` Version: 1.0.632301+7d35ce3be7eb7a603527a3683b691d5e9922adca Library version: 1.0.0-beta.25323.1+7d35ce3be7eb7a603527a3683b691d5e9922adca ``` ### Question I have a...
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...
**Is your feature request related to a problem? Please describe.** Noted [here](https://code.visualstudio.com/docs/copilot/guides/notebooks-with-ai#_make-inline-edits-in-notebook-cells), when using inline chat in a notebook vscode supports referencing kernel variables so the llm can access the...
### Describe the bug The foreach loop isn't functioning correctly. Code: ``` // Generate 5 numbers and print them var numbers = new List { 10, 20, 30, 40, 50...
This will fix #1031 Updated the F# integration (Microsoft.DotNet.Interactive.FSharp): The integration uses files from https://github.com/ionide/FsAutoComplete repository which has been evolved since then. This PR updates the files to match more...