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...
### Describe the bug If I want to use F# and I specify `#!fsharp` in each cell, then when I save and open a notebook `#!fsharp` disappears from cells but...
Currently, when sharing data from a SQL or KQL query, the data is typically shared as a `TabularDataResource`, which is not a very useful type for exploring and manipulating the...
Currently if there is an issue with the user's dotnet SDK, extension activation fails and no commands get registered, so if the user then tries to create a new notebook,...
It's very easy to specify an invalid value to `#r "nuget:..."` and we don't currently do a good job of communicating this to the user, e.g., missing commas, extra commas,...
This issue builds on top of #2184. Add a section to notebook metadata that specifies additional environment variables to set on kernel start, e.g.: ``` ... "environmentVariables": { "MY_VARIABLE": "myvalue",...
Is it possible an to run .net interactive in only client-side browser mode similar to how blazor client side works without running localhost or hosting on the server?
**Is your feature request related to a problem? Please describe.** It would be very nice to be able to download a notebook, the markdown, code and output as a HTM,...
So I can use the web with c# instead of javascript