Jupyter Interactive | Delete Cells without expanding it (July update issue) | Asking for roll back
See original GitHub issueOne 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
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
How to recover accidentally deleted cells in Jupyter Notebook
Show activity on this post. This solution worked for me: Open the command pallet ( ctrl+shift+p on windows) Select the "Undo" command.
Read more >July 2021 (version 1.59) - Visual Studio Code
Welcome to the July 2021 release of Visual Studio Code. There are many updates in this version that we hope you will like,...
Read more >xlwings - Make Excel Fly! - Read the Docs
File Reader (new in v0.28.0): Runs additionally on Linux and doesn't require an installation of Excel. – xlwings Server (new in v0.26.0).
Read more >What's New - xlwings Documentation
Bug Fix PRO: xlwings Server: cell errors were causing a bug with Desktop Excel ... of Excel tables when using mytable.update(df) as it...
Read more >IO tools (text, CSV, HDF5, …) — pandas 1.5.2 documentation
If file contains no header row, then you should explicitly pass header=None . ... a list comprehension on the DataFrame's columns after calling...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@abd-shouman Thank you for providing feedback, we really appreciate you taking the time to help us improve this tool.
This is good feedback. We are tracking that same concern in https://github.com/microsoft/vscode/issues/130622. /cc @greazer @rebornix
@rebornix Would it be possible to expose a third notebook.cellToolbarVisibility option “always” or “show”, or introduce a separate setting for the interactive window?
@abd-shouman Sorry to hear that the update is cluttered and confusing. Would you mind sharing what aspects of it are frustrating for you so we can improve it? We have also just fixed a bug with the variable explorer in the recovery build that we published yesterday https://github.com/microsoft/vscode-jupyter/issues/6993 Please let us know if you encountered a different problem and we can get that fixed as well.