You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the most convinet features that Jupyter on VS Code had was the ability to delete cells easily.
It helps keeping the interactive section clean (deleteing cells that produces error, etc).
However, after July's update this has become a cumbersome/inconvient process.
Now you have to first expand the cell then delete it
To reproduce the issue following these steps
Add a line of code in a .py file (e.g.)
# %%
from statsmodels.graphics.tsaplots import plot_acf
Run the cell
Expand the cell (new july update)
Delete the cell
The attached image show how it looks before and after expansion
The option to delete the cell can only be viewed after expansion
**
I am not sure why this was changed in the latest update.
I hope the ability for deleting a cell can be rolled back