Native Interactive - Clear All doesn't clear cells
See original GitHub issueEnvironment data
- VS Code version: 1.58.0-insider
- Jupyter Extension version: v2021.8.1003809038
- Python Extension version: v2021.7.992362372-dev
- OS (Windows | Mac | Linux distro) and version: OSX 11.4
- Python and/or Anaconda version: 3.9.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): poetry env
- Jupyter server running: Local | Remote | local
Expected behaviour
jupyter.interactive.clearAllCells
deletes all cells in the current native jupyter interactive window
Actual behaviour
Nothing happens, wether run with keyboard shortcut or from command palette
Steps to reproduce:
cmd + shift + p
> “clear all…”- press enter
- cells not cleared
PS Native interactive looking 👌🏻👌🏻👌🏻 - excited to see how it progresses!
Logs
Output for Jupyter
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Jupyter
)
XXX
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Clear cells of contents or formats - Microsoft Support
To clear all contents, formats, and comments that are contained in the selected cells, click Clear All. To clear only the formats that...
Read more >How can I clear the terminal in Visual Studio Code?
Use Ctrl + K . This goes clean your console in Visual Studio Code. ... The command is there under Terminal: Clear but...
Read more >icon for "remove all interactive cells" · Issue #2272 - GitHub
The 'close window' icon is the icon you're looking for. It doesn't close the window, but rather removes all the cells.
Read more >Clear your web browser's cache, cookies, and history - IU KB
Choose the data type you want to clear. Tap Clear Browsing Data. Exit/quit all browser windows and re-open the browser. Desktop browsers. Chrome....
Read more >How to remove text or numbers from Excel cell - Ablebits
This tutorial will teach you how to separate text from numbers in Excel by using native formulas and custom functions.
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
Oops, that’ll be because the current implementation assumes the command is being invoked with context from the
interactive/toolbar
menu. Should be a straightforward fix.Validated + opened https://github.com/microsoft/vscode/issues/128166 this as you have to have selection in specific areas for it to work.