Running and pending to run cells #9726
-
Jupyter server marks all cells that are being computed or have been marked for next cell computation with an asterisk on the left side of the cell as [*]. For example, if I hit Run All button for a notebook, all cells should be marked [*] and as a cell is computed it should be converted to [number]. However, with VSCode Jupyter extension, the [*] can't be observed. This is causing confusion, especially if more than one cells are selected for execution, where cells pending execution will be marked [ ]. It is the same notation for unexecuted cells. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There should be a visual queue for pending cells, underlined in the screenshot below. Are you seeing that when running cells? |
Beta Was this translation helpful? Give feedback.
There should be a visual queue for pending cells, underlined in the screenshot below. Are you seeing that when running cells?