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 tried to run the provided sample app in VS Code, but it failed with an Omnisharp error: `Unable to find package Microsoft.DotNet.Arcade.Sdk with version (=...

bug
Area-Documentation
Impact-Low

This was split from #3538 so we can address the specific issue with the Python sub-kernel where data was translated at one point to a Pandas data frame but isn't...

bug
Area-Variable sharing

**Is your feature request related to a problem? Please describe.** Users have to run an acquisition string, e.g. `#i "nuget: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" #r "nuget: Microsoft.DotNet.Interactive.SqlServer, 1.0.0-beta.22606.2" ` to use R and...

enhancement

Manage a list of previous connections and group them by kernel type/language for the user. All non-standard connections will be placed under the "Other" category. **User Scenario** The user will...

enhancement
Area-Polyglot Notebooks Extension

When connecting to a python kernel, replace error message with simple warning message when user tries to create a connection with the same name “Warning: The kernel name or alias...

bug

### Describe the bug After saving the newly created .ipynb file -> then set the cell contents, there's no response when executing the cell. **Detailed Repro Build info:** VSCodeUserSetup-x64-1.94.2 +...

bug
Area-Polyglot Notebooks Extension

- [ ] https://github.com/dotnet/interactive/issues/992 @jonsequitur - [ ] #3631 @jonsequitur - [ ] VSCode Edu investigations - [ ] #3710 @jonsequitur

Plan

Provide trouble-shooting instructions when users get a “Kernelspec [python3] not found” error “Error: KernelSpec [python] not found. Please follow these steps to resolve the issue. If you are still having...

enhancement

I found the Serilog.dll here .nuget\packages\microsoft.dotnet-interactive\1.0.522904\tools\net8.0\any but it was an older version. I loaded the following #r "nuget:Microsoft.Extensions.Logging,8.0.0" #r "nuget:Serilog, 4.0.2" #r "nuget:Serilog.Extensions.Logging, 8.0.0" #r "nuget:Serilog.Settings.Configuration, 8.0.2" #r "nuget:Serilog.Sinks.Console, 6.0.0"...

bug

Does .NET Interactive support specifying a runtime policy? Does it make sense to do so, or does the occurrence of [CS1702](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs1701) typically indicate an error on the user's behalf? Some...

question