Add run cells as a command (#5080)

This commit is contained in:
Chris LaFreniere
2019-04-17 14:26:31 -07:00
committed by GitHub
parent 41bf10d989
commit 2beedb10d4
3 changed files with 30 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"notebook.command.open": "Open Notebook",
"notebook.analyzeJupyterNotebook": "Analyze in Notebook",
"notebook.command.runactivecell": "Run Cell",
"notebook.command.runallcells": "Run Cells",
"notebook.command.addcode": "Add Code Cell",
"notebook.command.addtext": "Add Text Cell",
"notebook.command.addcell": "Add Cell",