notebooks.json 542 B

12345678910111213141516171819
  1. {
  2. "title": "Notebook Tooltips",
  3. "description": "Notebook tooltip settings.",
  4. "jupyter.lab.shortcuts": [
  5. {
  6. "command": "tooltip:dismiss",
  7. "keys": ["Escape"],
  8. "selector": "body.jp-mod-tooltip .jp-Notebook"
  9. },
  10. {
  11. "command": "tooltip:launch-notebook",
  12. "keys": ["Shift Tab"],
  13. "selector": ".jp-Notebook.jp-mod-editMode .jp-InputArea-editor:not(.jp-mod-has-primary-selection):not(.jp-mod-in-leading-whitespace)"
  14. }
  15. ],
  16. "properties": {},
  17. "additionalProperties": false,
  18. "type": "object"
  19. }