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 - Open a dotNet Interactive notebook in Visual Studio Code. - System.Globalization.CultureInfo.CurrentCulture is set to InvariantCulture instead of OS culture. - This is confusing for most...

Needs verification

Supplying a parameter to a notebook will necessarily behave differently when running the notebook interactively versus via automation. A gesture that can serve both purposes based on the context would...

enhancement
Area-Automation

### Describe the bug After modifying a picture, the old version of the picture is still displayed. It's happening with the following commands (in their respective cells): `HTML("")` `` `![](data_output/picture.png)`...

bug
Area-VS Code Extension
waiting-on-feedback
Area-JavaScript HTML CSS
External

### Describe the bug #!record throws an exception when trying to serialize a "DirectiveCommand" Exemple: ```C# //Cell1 #!csharp #r "nuget:Microsoft.DotNet.Interactive.ExtensionLab,*-*" //Cell2 #!csharp #!record -o E:\record.json #!time ``` **Which version of...

bug
Area-Packages and Extensions
Impact-Low

### Describe the bug I wanted to run Dotnet Interactive in a dev container on Windows (to make it easier to add python etc). *Connecting to SQL fails* as described...

bug
Area-Packages and Extensions
Area-SQL / data querying
Needs verification

Area-Messaging and Comms
maintainability

Headless html kernel doesn't persist the element as output

bug
Area-Automation
Area-JavaScript HTML CSS
Impact-High

### Describe the bug it always only replaces on the first 1000 lines of the cell. it doesn't seem to be aware of the selection. here's the notebook's search/replace UI,...

Area-VS Code Extension
External

VS Code online (`github.dev`) already supports Python (`*.ipynb`) notebooks run and render. Are there any plans to improve interaction to have the same possibilities? Are there any known steps to...

question