Skip to content

Jupyter Interactive | Delete Cells without expanding it (July update issue) | Asking for roll back #7188

@abd-shouman

Description

@abd-shouman

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

  1. Add a line of code in a .py file (e.g.)
# %%
from statsmodels.graphics.tsaplots import plot_acf
  1. Run the cell
  2. Expand the cell (new july update)
  3. 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

**
before and after cell 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions