microsoft / vscode-jupyter-powertoys

PowerToys for Jupyter notebooks in VS Code
MIT License
72 stars 17 forks source link

Run groups not working with latest version of jupyter extension #90

Open jeffkararo opened 4 months ago

jeffkararo commented 4 months ago

Run Groups is no longer working after updating to the latest version of vs code (April 2024 release) and corresponding version of jupyter extension. The Json has not changed but the "Group 1" label doesn't show in the cell and the "Execute Group 1" button is disabled.

I can provide more detail and screenshots if that is helpful.

pedroaugustosmribeiro commented 4 months ago

same here

AlexFrundin commented 4 months ago

same here

AlexFrundin commented 3 months ago

Hi, I rolled back to the previous version 0.10.0, “execute group” works there

DongSyHuy commented 3 months ago

I have tried to roll back to the previous version 0.10.0. It works. Thanks!

ghostsquad commented 3 months ago

same problem. rolling back to 0.1.0 of this extension allowed add to group to actually work, as well as execute group

Axl-zhang commented 2 months ago

local and remote version rolling back to 0.10, it works.

MM-Lehmann commented 2 months ago

Any ideas on the root cause?

CommanderPho commented 2 months ago

Same issue on Windows 10

jeffkararo commented 1 month ago

I rolled back to 0.1.0 and groups works but the group settings are not retained if Visual Studio Code closes and re-opens. I then have to reassign groups to each of the cells. Any idea on how to correct that?