menu.json 613 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "jupyter.lab.menus": {
  3. "main": [
  4. {
  5. "id": "jp-mainmenu-file",
  6. "items": [
  7. {
  8. "type": "separator",
  9. "rank": 100
  10. },
  11. {
  12. "command": "hub:control-panel",
  13. "rank": 100
  14. },
  15. {
  16. "command": "hub:logout",
  17. "rank": 100
  18. },
  19. {
  20. "type": "separator",
  21. "rank": 100
  22. }
  23. ]
  24. }
  25. ]
  26. },
  27. "title": "JupyterHub",
  28. "description": "JupyterHub settings.",
  29. "properties": {},
  30. "additionalProperties": false,
  31. "type": "object"
  32. }