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 After stopping the cell, no variable is shown in POLYGLOT NOTEBOOK: VARIABLES page. **Note:** It's a regression issue. It doesn't repro on - VSCodeUserSetup-arm64-1.81.1 + dotnet-interactive-vscode-1.0.4454011.vsix...
### Describe the bug When you open the notebook, the error message that the ".NET version is insufficient" notification pops up with the window to install .NET 8.0 required messaging...
PowerShell cells still display error when commands use common parameter `-ErrorAction Ignore` and the error displayed is unhelpful Example command: ```powershell # there will be an error when there is...
### Describe the bug I recently downloaded Visual Studio Code by [going here](https://code.visualstudio.com/download). I extracted the .gz file and ran the code file in my VSCode-linux-x64/bin directory. I was able...
### Describe the bug - Having .NET SDK 7 already installed, I installed the Polyglot Notebook extension (v1.0.4403010) to VS Code (1.81.1). - When I try to create a new...
At work, we have managed .NET and VSCode artifact access. For some period now, we haven't been able to run Polyglot Notebooks at all because work only allows the LTS...
All versions after v1.0.4606020 1. Having just launched VS Code and Polyglot Notebooks once again, I was offered to update Polyglot Notebooks. I have updated, and when I try to...
### Describe the bug * Created a new *.dib notebook * Add first new code cell with contents: ``` #!pwsh $files = 1..10; $processedFiles = @() foreach($file in $files) {...
### Describe the bug [This link](https://github.com/dotnet/interactive/blob/main/docs/display-output-csharp.md#console-output) says that StandardError has special coloration. In my notebook: ```C# Console.Out.WriteLine("Oh dear"); Console.Error.WriteLine("I ate too much fruit!"); ``` Resulted in both lines appearing the...
### Describe the bug In this section, I had issues. Not sure whether I am doing it wrong or there is a bug: - The link to the value kernel...