export.json 672 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "jupyter.lab.menus": {
  3. "main": [
  4. {
  5. "id": "jp-mainmenu-file",
  6. "items": [
  7. {
  8. "type": "separator",
  9. "rank": 10
  10. },
  11. {
  12. "type": "submenu",
  13. "rank": 10,
  14. "submenu": {
  15. "id": "jp-mainmenu-file-notebookexport",
  16. "label": "Save and Export Notebook As…"
  17. }
  18. },
  19. {
  20. "type": "separator",
  21. "rank": 10
  22. }
  23. ]
  24. }
  25. ]
  26. },
  27. "title": "Notebook Export",
  28. "description": "Notebook Export settings.",
  29. "properties": {},
  30. "additionalProperties": false,
  31. "type": "object"
  32. }