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