interactive icon indicating copy to clipboard operation
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...

Results 517 interactive issues
Sort by recently updated
recently updated
newest added

### Describe the bug I'm experiencing a strange behaviour with .NET Interactive. With Polyglot Notebook version 1.0.6177610 it does not load, I have the following error: ``` Process 'dotnet' with...

### Describe the bug Notebook does absolutely nothing at all. I have a 3 cell notebook. - A parsing function. - Data. - Calling the parsing function with the data....

### Describe the bug Please provide as much information as you can. ### Please complete the following: **Which version of .NET Interactive are you using?** (In a notebook, run the...

This pull request introduces support for escaped character sequences in HTTP syntax parsing, enabling the handling of complex scenarios such as escaped curly braces within variable values. Key changes include...

### Describe the bug I've created a connection to my Postgres DB using ``` #r "nuget:Microsoft.DotNet.Interactive.PostgreSql, *-*" ``` and ``` #!connect postgres --kernel-name "search-db" --connection-string "***" ``` I'm now trying...

bug
Area-SQL / data querying

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...

I'm using a .NET interactive notebook in F#. When I try to use #load an fsx file, nothing happens. My goal here was to isolate utility functions (e.g. charts) into...

waiting-on-feedback

### Describe the bug Having the same problem as this ticket, which was closed, but had no resolution: https://github.com/dotnet/interactive/issues/3880 using a cell with ``` #!connect mssql --kernel-name REDACTED "Persist Security...

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...

Currently, when I load a custom kernel extension from a NuGet package, I see a message displaying information about the extension being loaded, like: ![Image](https://github.com/user-attachments/assets/49ccdea5-ad7e-4e85-adf0-6180fa16ddd6) I frequently present my notebooks...

enhancement
help wanted
Area-Packages and Extensions