You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we add an additional notebook cell status of vscode.NotebookCellRunState.Queued? It would indicate that this cell is queued for execution, but not currently running.
Jupyter typically uses a * as the execution ID for that in the UI, but I feel that in the UI story here an additional cell status might be best?
The text was updated successfully, but these errors were encountered:
Could we add an additional notebook cell status of
vscode.NotebookCellRunState.Queued
? It would indicate that this cell is queued for execution, but not currently running.Jupyter typically uses a
*
as the execution ID for that in the UI, but I feel that in the UI story here an additional cell status might be best?The text was updated successfully, but these errors were encountered: