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...
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...
### 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...
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...
### 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...
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 :...
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...
### 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...
### 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]...
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...
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...