Open fabiocerutisas opened 2 months ago
also note #402
Note that the Execute Above Cells
, Execute Cell and Below
and Run All
commands do execute cells in queue.
Will it be possible to embed this capability when executing shift+enter? That's the most typical way to run cells in notebooks
Also, from VSCode I am not seeing Execute Above Cells and Execute Cell and Below; if I click on the arrow on the left-hand side to run the cell I still experience simultaneous execution of multiple cells
Will it be possible to embed this capability when executing shift+enter? That's the most typical way to run cells in notebooks
Yes
Also, from VSCode I am not seeing Execute Above Cells and Execute Cell and Below;
It should be on the cell toolbar when focus is in a cell
Also note that you can always call a command via Command Palette, and optionally assign a shortcut.
Describe the bug Running multiple cells in a row in .sasnb notebooks leads to errors. Specifically, if you do shift+enter and execute multiple cells, the second, third, ... cells do not wait for cell 1 to finish running. They all try to run simultaneously and not sequentially.
Steps to reproduce Steps to reproduce the behavior:
Expected behavior The expected behavior in those scenarios is that cells should run one after the other and not simultaneously. The behavior should mimic that of .ipynb notebooks where if you use shift+enter to execute multiple cells, there will be a sequential running pattern and not a simultaneous one.
Screenshots NA
Environment (please complete the following information): SAS Viya Workbench
Additional context NA