dotnet / interactive

.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 you couldn't before.
MIT License
2.9k stars 389 forks source link

Javascript kernel missing in new C# .dib notebooks #3751

Open marckruzik opened 4 days ago

marckruzik commented 4 days ago

Describe the bug

The javascript Kernel does not appear in the list of available kernels.

Steps to reproduce:

Image

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ): Version: 1.0.553001+f0ec3826954ea1ab829b435418328e4aa8db58e2

jonsequitur commented 3 days ago

I can repro this and while I dig into it, here's a workaround:

1) Run a cell with the #!javascript magic command.

2) JavaScript nows appears in the cell kernel picker, and is persistent after the notebook is closed and reopened.

Image