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...
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`)...
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...
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...
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:...
Extension scripts fail when imported from F# context (or written in F# and imported from C# context)
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...
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) 
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#,...
When creating a new notebook in VS Code you can go through the New File...-> (item) menu. We should contribute a .NET Interactive option 
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...
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...