Touchbar icon support in notebooks (#4998)

* Touchbar icon support in notebooks
- updated shortcut keys to only work if notebook is active
- Added icons
- Now have 1 "add cell" icon that prompts for code/text.
This is useful as there wasn't an icon to differentiate
This commit is contained in:
Kevin Cunnane
2019-04-11 16:43:27 -07:00
committed by GitHub
parent c8f6937166
commit 3349151d4c
5 changed files with 47 additions and 15 deletions

View File

@@ -11,6 +11,7 @@
"notebook.command.runactivecell": "Run Cell",
"notebook.command.addcode": "Add Code Cell",
"notebook.command.addtext": "Add Text Cell",
"notebook.command.addcell": "Add Cell",
"title.analyzeJupyterNotebook": "Analyze in Notebook",
"title.newJupyterNotebook": "New Notebook",
"title.openJupyterNotebook": "Open Notebook",