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
content.push(localize('notebook.overview','The notebook view is a collection of code and markdown cells. Code cells can be executed and will produce output directly below the cell.'));
17
+
content.push(descriptionForCommand('notebook.execute',localize('notebook.cell.executeAndFocusContainer','The Execute Cell command ({0}) executes the cell that currently has focus.',),localize('notebook.cell.executeAndFocusContainerNoKb','The Execute Cell command executes the cell that currently has focus and is currently not triggerable by a keybinding.'),keybindingService));
0 commit comments