plugin.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "title": "Sessions",
  3. "description": "Sessions Settings",
  4. "jupyter.lab.menus": {
  5. "main": [
  6. {
  7. "id": "jp-mainmenu-view",
  8. "items": [
  9. {
  10. "command": "running:show-panel",
  11. "rank": 3
  12. }
  13. ]
  14. }
  15. ],
  16. "context": [
  17. {
  18. "command": "running:kernel-new-console",
  19. "selector": ".jp-RunningSessions-item.jp-mod-kernel",
  20. "rank": 0
  21. },
  22. {
  23. "command": "running:kernel-new-notebook",
  24. "selector": ".jp-RunningSessions-item.jp-mod-kernel",
  25. "rank": 1
  26. },
  27. {
  28. "type": "separator",
  29. "selector": ".jp-RunningSessions-item.jp-mod-kernel",
  30. "rank": 2
  31. },
  32. {
  33. "type": "submenu",
  34. "selector": ".jp-RunningSessions-item.jp-mod-kernel",
  35. "rank": 3,
  36. "submenu": {
  37. "id": "jp-contextmenu-connected-sessions",
  38. "label": "Connected Sessions…",
  39. "items": []
  40. }
  41. },
  42. {
  43. "type": "separator",
  44. "selector": ".jp-RunningSessions-item.jp-mod-kernel",
  45. "rank": 4
  46. },
  47. {
  48. "command": "running:kernel-shut-down",
  49. "selector": ".jp-RunningSessions-item.jp-mod-kernel",
  50. "rank": 5
  51. }
  52. ]
  53. },
  54. "jupyter.lab.shortcuts": [
  55. {
  56. "command": "running:show-panel",
  57. "keys": ["Accel Shift B"],
  58. "selector": "body"
  59. },
  60. {
  61. "command": "running:show-modal",
  62. "keys": ["Accel Alt A"],
  63. "selector": "body"
  64. }
  65. ],
  66. "properties": {},
  67. "additionalProperties": false,
  68. "type": "object"
  69. }