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...
Time
`#!connect jupyter` is taking very long, for me it took 4.5m+. Please can anyone tell me why. ( Polyglot Notebooks .dib )
# Feature request I'd like to be able to distinguish .dib file instantly by nice, custom icon (like others in VSC, i.e. `.json` curly braces, `C++` etc.) Probably VSC Extension...
Hi, can anybody tell me how to connect to azure application insights and/or log analytics workspace? I haven't found a working example or is this still not possible? Thanks Andreas
### Describe the bug Steps to reproduce: 1. Create a new `.ipynb` file in Visual Studio Code. 2. Add a `javascript` cell with code ```js console.log(anUndefinedVar) exportedVar = {} ```...
**Is your feature request related to a problem? Please describe.** The `http` kernel introduction is a fantastic addition for API exploration. In a great deal of cases, it would be...
**The package and version I'm asking about**: Microsoft.DotNet.Interactive.SqlServer ### Question Can anyone comment on when this package might be ready for GA? When it does go GA, will that simplify...
### Describe the bug Using extension Polyglot Notebook in VS Code The copy/pasted code cell kernel doesn't follow the original cell, it shows same as the above one. **Detailed Repro...
A great addition to dotnet scripts, interactive and notebooks would be the ability to use the Microsoft.office.interop packages like outlook, excel etc . This would make dotnet scripts an even...
**Is your feature request related to a problem? Please describe.** When I tried to use the new `field` keyword, the keyword was not recognized. So I tried to find either...
### Describe the bug I run #r "nuget: Microsoft.DotNet.Interactive.SqlServer, *-*" and it installs • Microsoft.DotNet.lnteractive.SqlServer,1.UO-beta25160.1 fine and I used to use #!connect mssql --kernel-name sqlconn --connection-string "Server=mydb; Database=mytbl;Trusted_connection=true" but now...