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 I installed the .NET interactive kernel as described by [this page.](https://github.com/dotnet/interactive/blob/main/docs/NotebookswithJupyter.md). The installation was successful and I can run .NET code no problem, but it looks...
Currently, the VS Code extension contains logic for converting a `.ipynb` into a `.dib` and vice versa. In order to support automation scenarios, this functionality should be made available through...
### Describe the bug I want to place my kernelspec in my python virtual environment `myvenv` instead of in user folder. ``` python -m venv myvenv myvenv\scripts\activate pip install ipykernel...
### Describe the bug Please provide as much information as you can. When I install dotnet interactive jupyter kernel in spark runtime1.2 and use "jupyter nbconvert --to notebook --execute /tmp/pwsh_test.ipynb"...
When we forget to register commands, currently the `kernel.SendAsync` call from a remote process into the process where the command is deserialized deadlocks. We fixed one such deadlock in #3471....
**Is your feature request related to a problem? Please describe.** It's very frustrating that it's not supported to autoimport missing namespaces in Notebooks fro C#/.NET kernel. This should be a...
### Describe the bug I'm not sure if this is one you care about, but I noticed it while writing. Execute #!about and observe the copyright information reads (C) 2020...
### Describe the bug I'm trying to do some development inside WSL2 on a .NET Interactive Notebook (.dib format). I have local packages published to: `~/home/USERNAME/code/dotnet-sample/_packages` I've tried to use...
**Is your feature request related to a problem? Please describe.** Currently, I need to type `#nullable enable` at the start of every cell to enable the [C# nullable context](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives#nullable-context) so...
### Describe the bug Naming the .NET kernels with a period hides them in Unix/Linux. This is confusing, as normal attempts to list the directories will not show them. I...