property-inspector.json 543 B

123456789101112131415161718192021222324252627
  1. {
  2. "title": "Property Inspector",
  3. "description": "Property Inspector Settings.",
  4. "jupyter.lab.menus": {
  5. "main": [
  6. {
  7. "id": "jp-mainmenu-view",
  8. "items": [
  9. {
  10. "command": "property-inspector:show-panel",
  11. "rank": 2
  12. }
  13. ]
  14. }
  15. ]
  16. },
  17. "jupyter.lab.shortcuts": [
  18. {
  19. "command": "property-inspector:show-panel",
  20. "keys": ["Accel Shift U"],
  21. "selector": "body"
  22. }
  23. ],
  24. "properties": {},
  25. "additionalProperties": false,
  26. "type": "object"
  27. }