-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polish interactive window #7168
Comments
Not sure if you want separate issue for this, but one helpful minor tweak would be to show the spinner/completion checkbox regardless of the number of lines of the input cell. Currently, when I send multiple cells to the interactive window at once (from a cell-delimited ( |
Thanks for this helpful list @joyceerhl. Should #7065 also be included here? |
@ihnorton In the current Insiders build and upcoming Stable release, we will display a blue progress bar above each cell that is executing--this is the same progress bar that is displayed when the cell is expanded, and @rebornix pushed a change to ensure that the progress bar is also displayed when the cell is collapsed. Hopefully that is a slight improvement for now. @thor4 #7065 was an existing issue with the variable explorer for native notebooks so should be addressed outside of this issue, which tracks interactive window-specific issues. |
Will tackle https://github.com/microsoft/vscode/issues/130295 at the start of next iteration as it involves a somewhat risky refactor. All remaining issues are either upstream (discussing solutions with @rebornix) or fixed in Insiders. |
We shipped a native interactive window experience in the July release. This issue tracks polishing the interactive window experience.
Done
esc
andctrl+u
clearing the interactive window input boxEsc
andCtrl+U
no longer clear the contents of the interactive window input box #7157jupyter.collapseCellInputCodeByDefault
setting in interactive window #7031, Review all settings, commands, activation events in package.json #7094Jupyter Interactive | Delete Cells without expanding it (July update issue) | Asking for roll back #7188, Bring back remove cell button to the left of each cell #7250, Native Interactive - Shouldn't have to give focus to cell to delete it from IW #6475
Upstream
interactive.history.previous
andinteractive.history.next
do not persist history position when reexecuting commands vscode#131659Deferred
The text was updated successfully, but these errors were encountered: