Notebooks inserts/edits code cell
See original GitHub issue 1) VSCode Smoke Tests (Electron)
Notebooks
inserts/edits code cell:
Error: Timeout: get element '.quick-input-widget' after 20 seconds.
at poll (D:\a\1\s\test\automation\out\code.js:65:19)
at async Code.waitForElement (D:\a\1\s\test\automation\out\code.js:184:16)
at async QuickInput.waitForQuickInputClosed (D:\a\1\s\test\automation\out\quickinput.js:32:9)
at async QuickInput.selectQuickInputElement (D:\a\1\s\test\automation\out\quickinput.js:41:13)
at async QuickAccess.runCommand (D:\a\1\s\test\automation\out\quickaccess.js:146:9)
at async Notebook.openNotebook (D:\a\1\s\test\automation\out\notebook.js:15:9)
at async Context.<anonymous> (out\areas\notebook\notebook.test.js:26:13)
Screenshot reveals that the command cannot be found? Is there a missing extension activation?
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (13 by maintainers)
Top Results From Across the Web
Notebooks inserts/edits code cell · Issue #139216 - GitHub
1) VSCode Smoke Tests (Electron) Notebooks inserts/edits code cell: Error: Timeout: get element '.quick-input-widget' after 20 seconds. at ...
Read more >Jupyter Notebook - Editing - Tutorialspoint
P. open the command palette. 5 ; Shift-Enter. run cell, select below. 6 ; Ctrl-Enter. run selected cells. A ; Alt-Enter. run cell...
Read more >Edit Jupyter notebook files | DataSpell Documentation
A newly created notebook contains one code cell. You can change its type with the cell type selector in the notebook toolbar: ·...
Read more >Working with Jupyter code cells in the Python Interactive window
Visual Studio Code supports working with Jupyter Notebooks natively, as well as through Python ... Jupyter adornments for code cells in the VS...
Read more >Optimizing Jupyter Notebook: Tips, Tricks, and nbextensions
Ctrl + Enter run selected cells; Alt + Enter run the current cell, insert below; Ctrl + S save and checkpoint. Shortcuts when...
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
I thought that too but apparently not.
Got one PR to add a .ipynb to the smoketest repo: https://github.com/microsoft/vscode-smoketest-express/pull/11 I tested that it doesn’t break the search tests or any others.
And another to enable tests and delete the extension (gotta fix the repo url, I’m watching the CI https://github.com/microsoft/vscode/pull/159521))
Broke in the real build because I only added the build step under the OSS quality…