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

Image files located here: https://devdiv-design.visualstudio.com/D3%20Studio/_workitems/edit/17192

Impact-High
polish

The Jupyter Extension team is planning on moving the notebook creation command from the jupyter extension to core VS Code since core already has support for notebooks without requiring the...

enhancement

**Is your feature request related to a problem? Please describe.** When creating .NET Interactive notebooks with the `.dib` file format, I would like to upload the notebooks to GitHub and/or...

enhancement

From https://github.com/dotnet/interactive/issues/2236#issuecomment-1231972664: ``` Starting kernel for 'untitled:Untitled-1.ipynb?jupyter-notebook' using: dotnet tool run dotnet-interactive -- [vscode] stdio --working-dir c:\Users\EDDIEH~1\AppData\Local\Temp\git-difftool.a12908\left Kernel for 'untitled:Untitled-1.ipynb?jupyter-notebook' started (1004). kernel (1004) stderr: Unhandled exception: kernel (1004) stderr:...

bug
Area-VS Code Extension

![image](https://user-images.githubusercontent.com/547415/139479031-4bd50efd-3b6b-4e47-bce1-1d321facbeec.png)

bug
Area-Language Services
Impact-Low

#!connect mssql --kernel-name dispiteKernel "Server=localhost;Database=dispite;User=SA;Password=";" Error: System.InvalidOperationException: PathToService cannot be null or whitespace. at Microsoft.DotNet.Interactive.SqlServer.MsSqlKernelConnector.ConnectKernelAsync(KernelName kernelName) at Microsoft.DotNet.Interactive.SqlServer.ConnectMsSqlCommand.ConnectKernelAsync(KernelName kernelName, MsSqlKernelConnector connector, KernelInvocationContext context) at Microsoft.DotNet.Interactive.CompositeKernel.c__DisplayClass25_0`1.d.MoveNext() in D:\a\_work\2\s\src\Microsoft.DotNet.Interactive\CompositeKernel.cs:line 330 --- End...

waiting-on-feedback
External

By getting creative with CSS themes and VS Code well-known variables we can come up with a good solution where HTML output is always appropriately colored in both VS Code...

Area-VS Code Extension
Area-Jupyter
Area-Visualization
Impact-Medium

**Is your feature request related to a problem? Please describe.** `DateTime` has a nice pretty printer. It would be useful to have this for DateOnly and TimeOnly too. I know...

enhancement

**Is your feature request related to a problem? Please describe.** It is very inconvenient to write `.Result` for each async call in a cell in F# code. When you write...

enhancement

### Describe the bug 1. Open Visual Studio Code 2. Create a new blank notebook 3. Select "Create as '.dib'" (note: this bug doesn't happen if the `.ipynb` format is...

bug
Area-VS Code Extension
Impact-Low