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.91k stars 389 forks source link

Unable to get autocomplete on remote jupyterhub notebook server #1867

Open C-SELLERS opened 2 years ago

C-SELLERS commented 2 years ago

Describe the bug

Having issues with autocomplete in VSCode on a notebook running on a remote server using dotnet interactive v1.0.260601 kernel

image

Autocomplete is fine using a local kernel and the .Net Interactive extension, but not in the case of remote notebook server spawned by a Jupyterhub instance.

Please complete the following:

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

Version: 1.0.260601+9d1ecd3c06ba93e59bfef3842d2660c08d9e2ce5

Build date: 2021-12-06T19:06:20.0000000Z

https://github.com/dotnet/interactive
jonsequitur commented 2 years ago

What cell language do you have selected?

Could you provide a screen shot that shows the cell language dropdown and the kernel selector (in the upper right hand)?

Thanks.

C-SELLERS commented 2 years ago

It has C# selected 😁

Here is a photo I just took with the kernel, selected language, and an #!about cell

image