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...
Image files located here: https://devdiv-design.visualstudio.com/D3%20Studio/_workitems/edit/17192
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...
**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...
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:...

#!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...
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...
**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...
**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...
### 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...