launch-classic.json 364 B

12345678910111213141516171819202122
  1. {
  2. "jupyter.lab.menus": {
  3. "main": [
  4. {
  5. "id": "jp-mainmenu-help",
  6. "items": [
  7. {
  8. "type": "separator",
  9. "rank": 1
  10. },
  11. {
  12. "type": "separator",
  13. "rank": 1
  14. }
  15. ]
  16. }
  17. ]
  18. },
  19. "properties": {},
  20. "additionalProperties": false,
  21. "type": "object"
  22. }