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...
### 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 (=...
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...
**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...
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...
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...
### 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 +...
- [ ] https://github.com/dotnet/interactive/issues/992 @jonsequitur - [ ] #3631 @jonsequitur - [ ] VSCode Edu investigations - [ ] #3710 @jonsequitur
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...
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"...
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...