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

Since we are shipping the variable explorer, let's add the icon to match that of Jupyter to maintain consistency across experiences + increase discoverability for our users. (+telemetry that shows...

enhancement
Area-VS Code Extension
polish

### Describe the bug when using #!connect cancelling seems not working ### Please complete the following: **Which version of .NET Interactive are you using?** There are a few ways to...

bug

Explore how to include this functionality in the `dotnet-interactive` executable by default in order to reduce version compatibility issues and improve load times. Acquisition of RID-specific packages for SQL Tools...

enhancement
Area-Packages and Extensions
Impact-Medium
Area-SQL / data querying

### Describe the bug `error CS1061: 'DataFrame' does not contain a definition for 'ExploreWithSandDance' and no accessible extension method 'ExploreWithSandDance' accepting a first argument of type 'DataFrame' could be found...

Area-Packages and Extensions
Area-Visualization
Impact-Medium
Needs documentation

Issue Type: Bug 1. Run a notebook with `#i "nuget:https://abc/index.json"` 2. Replace the #i statement with `#i "nuget:https://api.nuget.org/v3/index.json` 3. Running notebook eventually fail with error: `Error: C:\Program Files\dotnet\sdk\6.0.202\NuGet.targets(130,5): error :...

bug
Area-Packages and Extensions
Impact-Low
Area-Azure Data Studio

It doesn't seem that the PWSH kernel can create or access the WinPSCompatSession when trying to import a module into a background PS 5.1 process. I have a module that...

bug
Area-PowerShell
Impact-Low
External

### Describe the bug ```csharp using System.Text.Json; using Microsoft.DotNet.Interactive.Formatting.TabularData; var table = sortedMergeGdp.ToTabularDataResource(); var text = JsonSerializer.Serialize(table, TabularDataResourceFormatter.JsonSerializerOptions); var deserialized = JsonSerializer.Deserialize(text, TabularDataResourceFormatter.JsonSerializerOptions); ``` ### Please complete the following: **Which...

bug
Needs more discussion
Area-Formatting
Impact-Medium
Area-Variable sharing

### Describe the bug When submitting commands from the javascript kernel to remote kernels the commands doesn't complete or produce events ### Please complete the following: - OS - [X]...

bug
Impact-High
Area-Messaging and Comms

using something like `#!how-do-I import a package` the user could be presented with content and a cell with code ready to go that will show how to do that. The...

Area-Documentation
enhancement

When interacting with Azure Cloud Shell from a notebook, the `Enter-AzShell` cmdlet in the PowerShell kernel only supports authenticating to the Azure Commercial cloud. It appears that the URLs used...

enhancement
Area-PowerShell