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

- [ ] https://github.com/dotnet/interactive/issues/992 @jonsequitur - [ ] https://github.com/dotnet/interactive/issues/3323 @jonsequitur - [ ] https://github.com/dotnet/interactive/issues/3194 @jonsequitur

Plan

- [x] https://github.com/dotnet/try/issues/984 @jonsequitur - [ ] https://github.com/dotnet/interactive/issues/992 @jonsequitur - [ ] https://github.com/dotnet/interactive/issues/3323 @jonsequitur - [ ] https://github.com/dotnet/interactive/issues/3194 @jonsequitur - [x] #3503 @jonsequitur

Plan

### Describe the bug The XPlot.Plotly sample here does not work: https://github.com/dotnet/interactive/blob/main/samples/notebooks/csharp/Docs/Plotting-with-Xplot.ipynb It just outputs an object instead of a chart. Generally speaking, I'm looking for the up to date...

**Is your feature request related to a problem? Please describe.** I maintain [GoNB](https://github.com/janpfeifer/gonb), I think the only currently supported Go kernel for Jupyter notebooks, and [there has been requests](https://github.com/janpfeifer/gonb/issues?q=is%3Aissue+polyglot) for...

enhancement
Area-Jupyter sub-kernels

### Describe the bug `$PSScriptRoot` is empty in `pwsh` cells. It should be initialized to the directory of the notebook. ### Please complete the following: **Which version of .NET Interactive...

**Is your feature request related to a problem? Please describe.** I have a large database where some tables don't work with the scaffolding. Namely, I get the error message: `System.InvalidOperationException:...

enhancement
Area-SQL / data querying

### Describe the bug Markdown link which linked into a subtitle in the `.dib` notebook such as: `[Environment setup](#environment-setup)`, behave not so accurate in jumping. It will jump to one...

External

### Describe the bug F# notebook appears to set the global culture to "en", rather than my local "en-GB". This is causing parsing failures only in my F# notebook that...

bug
Area-F#

### Describe the bug I mainly write notebooks for F# and PowerShell, with the occasional C# cell in the mix. The default notebook language setting is set to fsharp. The...

bug
Area-Polyglot Notebooks Extension

A lot is us Competetive programmers have to solve multiple ques fast. Rather than creating multiple cpp files, it would be awesome if we can use the polyglot notebook for...

question