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 - 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...
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...
### 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("")` `` ``...
### 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...
### 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...
Headless html kernel doesn't persist the element as output
### 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,...
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...