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

When scheduling a deferred command, it's intuitive to do this: ```csharp var submitCode = new SubmitCode("// some code", "csharp"); Kernel.Root.DeferCommand(submitCode); ``` This actually defers the command against the `Root` (`CompositeKernel`)...

bug
Impact-Medium
Area-Messaging / scheduling / comms

Once we add Python, the majority use case will be .ipynb. As a user, when navigating through the steps through the quick pick, I will likely press enter as fast...

bug
Area-VS Code Extension
Impact-Low

The only way to restart the kernel is through the command palette, let's add an icon to the notebook toolbar for discoverability + consistency to the python exp. They have...

enhancement
Area-VS Code Extension
polish

Repro steps: 1) Set a variable in a JavaScript cell: ```js myVariable = 123; ``` 2) Restart the kernel 3) In another JavaScript cell, run this: ```js console.log(myVariable); ``` Expected:...

bug
Area-VS Code Extension
Area-JavaScript HTML CSS
Impact-High

Preface: I recently got inspired to try F# again when I learned that this tool exists (and overall I guess you're doing a great job). Thus I am sorry if...

bug
Area-F#
Area-Packages and Extensions
Impact-Medium

Try opening notebook attached with the .NET interactive extension. The language for both cells is set to C# (Not C# .NET Interactive and F# .NET Interactive) [.NETtest.zip](https://github.com/dotnet/interactive/files/6387025/default.NETtest.zip) ![image](https://user-images.githubusercontent.com/19276747/116298449-54b0e200-a751-11eb-97ef-17f03889923e.png)

bug
Area-VS Code Jupyter Extension Interop

After selecting ".NET: Create new blank notebook" I expected all of the languages that are supported to show up in the drop down list but there was only C#, F#,...

bug
Area-VS Code Extension
Impact-Medium
Area-Getting Started

When creating a new notebook in VS Code you can go through the New File...-> (item) menu. We should contribute a .NET Interactive option ![image](https://user-images.githubusercontent.com/19276747/152028723-c5fad5b0-505a-42df-b972-643b4f1f4086.png)

enhancement
Area-VS Code Extension
Impact-Medium
Area-Getting Started

When creating a new notebook through the command palette, a user always has to select whether they want to use the .ipynb format or the .dib format. Would be nice...

enhancement
Area-VS Code Extension

Execution count does not show up in VS Code Notebook - Frontend - [x] Visual Studio Code - [x] Visual Studio Code Insiders ### Screenshots If applicable, add screenshots to...

enhancement
Area-VS Code Extension
Impact-High
polish