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 377 interactive issues
Sort by recently updated
recently updated
newest added

When I commit a .dib file to repo in Azure DevOps it cannot display the file on the web interface. It tries to handle it as a binary file. Can...

enhancement
External

**Is your feature request related to a problem? Please describe.** I would like to have images displayed in a .NET Interactive Notebook when working in Visual Studio Code with the...

enhancement
Area-Formatting

To address parenting commands to fast track commands js needs a fast track scheduler. Since it cannot trust the static field current to isolate properly the api to establish a...

Area-JavaScript HTML CSS
Needs more discussion
Impact-Medium
Area-VS Code Jupyter Extension Interop

### Describe the bug When running the cells one by one, test can't be stopped and always hang in running status. **Note:** 1. It's a regression issue. We doesn't repro...

E.g., consider invoking hover text where `$$` represents the cursor location: ``` #!some-kernel do$$Something(); ``` The current behavior is to always send `RequestHoverText`, but if `some-kernel` doesn't support that command,...

bug
Area-Language Services
Impact-Low
Area-Messaging / scheduling / comms

It would be very helpful in the development and testing of Power Query (M) code for Power BI and Excel. I'd like for the Power Query (M) Formula language to...

enhancement
Area-SQL / data querying

### Describe the bug When I run the following in a single cell: ``` #!value --name csvdata --from-file "C:\Users\mcheel\Downloads\Lottery_Mega_Millions_Winning_Numbers__Beginning_2002.csv" #!javascript #!set --name csvdata --value @value:csvdata ``` I receive error: Unrecognized...

bug
Area-JavaScript HTML CSS
Area-Messaging / scheduling / comms

It would be very helpful in the development and testing of DAX formulas and expressions for Power BI Reports, Power BI Models, Analysis Services, and Power Pivot in Excel data...

enhancement
Area-SQL / data querying

Currently, the `application/table-schema+json` MIME type must be handled and deserialized by users in .NET kernels. This requires understanding of the type and some amount of manual plumbing code, even though...

bug
Area-SQL / data querying

### Describe the bug I am using the dotnet-interactive kernel with the #!pwsh magic command. When attempting to trigger suggestions (quick, trigger character, or control + space) the completion list...

bug
Area-PowerShell
Area-Language Services